Saml2Attribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the Attribute element specified in [Saml2Core, 2.7.3.1]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2Attribute
type Saml2Attribute = class
Public Class Saml2Attribute
- Inheritance
-
Saml2Attribute
Constructors
Saml2Attribute(String, IEnumerable<String>) |
Initializes a new instance of the Saml2Attribute class. |
Saml2Attribute(String, String) |
Initializes a new instance of the Saml2Attribute class. |
Saml2Attribute(String) |
Initializes a new instance of the Saml2Attribute class. |
Properties
AttributeValueXsiType |
Gets or sets the xsi:type of the values contained in the SAML Attribute. |
FriendlyName |
Gets or sets a string that provides a more human-readable form of the attribute's name. [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 reference representing 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 the this SAML Attribute. |
Values |
Gets the values of the attribute. |