SamlAttribute Class

Definition

Represents the Attribute element.

public class SamlAttribute
type SamlAttribute = class
Public Class SamlAttribute
Inheritance
SamlAttribute

Constructors

SamlAttribute(String, String, IEnumerable<String>)

Initializes a new instance of SamlAttribute.

SamlAttribute(String, String, String)

Initializes a new instance of SamlAttributes.

Properties

AttributeValueXsiType

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

ClaimType

Gets or sets the ClaimType of the attribute.

Name

Gets or sets the name of the attribute.

Namespace

Gets or sets the namespace of the attribute.

OriginalIssuer

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

Values

Gets a collection of ICollection<T> representing attributes.

Applies to