Saml2NameIdentifier Class

Definition

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)

Initializes an instance of Saml2NameIdentifier from a name.

Saml2NameIdentifier(String, Uri)

Initializes an instance of Saml2NameIdentifier from a name and format.

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.

Applies to