Saml2NameIdentifier 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 NameID element as specified in [Saml2Core, 2.2.3]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2NameIdentifier
type Saml2NameIdentifier = class
Public Class Saml2NameIdentifier
- Inheritance
-
Saml2NameIdentifier
Constructors
Saml2NameIdentifier(String, Uri) |
Initializes an instance of Saml2NameIdentifier from a name and format. |
Saml2NameIdentifier(String) |
Initializes an instance of Saml2NameIdentifier from a name. |
Properties
EncryptingCredentials |
Gets or sets the EncryptingCredentials used for encrypting. |
Format |
Gets or sets a URI reference representing the classification of string-based identifier information. [Saml2Core, 2.2.2] |
NameQualifier |
Gets or sets the security or administrative domain that qualifies the name. [Saml2Core, 2.2.2] |
SPNameQualifier |
Gets or sets a name that further qualifies the name of a service provider or affiliation of providers. [Saml2Core, 2.2.2] |
SPProvidedId |
Gets or sets a name identifier established by a service provider or affiliation of providers for the entity, if different from the primary name identifier. [Saml2Core, 2.2.2] |
Value |
Gets or sets the value of the name identifier. |