Class MetadataChange
Identifies a SAML metadata change.
Inherited Members
Namespace: ComponentSpace.Saml2.Metadata.Compare
Assembly: ComponentSpace.Saml2.dll
Syntax
public class MetadataChange
Properties
ChangeType
Gets or sets the type of metadata change.
Declaration
public MetadataChangeType ChangeType { get; set; }
Property Value
Type | Description |
---|---|
MetadataChangeType | The type of metadata change. |
Context
Gets or sets the context associated with the change.
Declaration
public MetadataChangeContext Context { get; set; }
Property Value
Type | Description |
---|---|
MetadataChangeContext | The context associated with the change. |
NewMetadata
Gets or sets the new metadata information associated with the change.
Declaration
public string NewMetadata { get; set; }
Property Value
Type | Description |
---|---|
string | The new metadata information associated with the change. |
OldMetadata
Gets or sets the old metadata information associated with the change.
Declaration
public string OldMetadata { get; set; }
Property Value
Type | Description |
---|---|
string | The old metadata information associated with the change. |