Saml2Attribute Class

Definition

Represents the Attribute element specified in [Saml2Core, 2.7.3.1].

public ref class Saml2Attribute
public class Saml2Attribute
type Saml2Attribute = class
Public Class Saml2Attribute
Inheritance
Saml2Attribute

Remarks

For more information about the element that this class represents, see the SAML V2.0 Core specification.

Constructors

Saml2Attribute(String)

Initializes a new instance of the Saml2Attribute class with the specified name.

Saml2Attribute(String, IEnumerable<String>)

Initializes a new instance of the Saml2Attribute class with the specified name and values.

Saml2Attribute(String, String)

Initializes a new instance of the Saml2Attribute class with the specified name and value.

Properties

AttributeValueXsiType

Gets or sets the xsi:type of the values contained in the SAML Attribute.

FriendlyName

Gets or sets a human-readable name for the attribute. [Saml2Core, 2.7.3.1]

Name

Gets or sets the name of the attribute. [Saml2Core, 2.7.3.1]

NameFormat

Gets or sets a URI that represents the classification of the attribute name for the purposes of interpreting the name. [Saml2Core, 2.7.3.1]

OriginalIssuer

Gets or sets the string that represents the OriginalIssuer of this SAML Attribute.

Values

Gets the collection that contains the values of the attribute.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to