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] or the EncryptedID element as specified in [Saml2Core, 2.2.4].
public ref class Saml2NameIdentifier
public class Saml2NameIdentifier
type Saml2NameIdentifier = class
Public Class Saml2NameIdentifier
- Inheritance
-
Saml2NameIdentifier
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2NameIdentifier(String, Uri) |
Initializes a new instance of the Saml2NameIdentifier class with the specified name and format URI. |
Saml2NameIdentifier(String) |
Initializes a new instance of the Saml2NameIdentifier class with the specified name. |
Properties
EncryptingCredentials |
Gets or sets the credentials used for encrypting the name identifier in an EncryptedID element. |
ExternalEncryptedKeys |
Gets a collection that contains additional encrypted keys that are specified external to the xenc:EncryptedData element, as child elements of the EncryptedID element. |
Format |
Gets or sets a URI reference that represents 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 the name of a service provider or affiliation of providers that is used to further qualify a name [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. |
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) |