Show / Hide Table of Contents

Class MetadataChange

Identifies a SAML metadata change.

Inheritance
object
MetadataChange
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.