SamlNameIdentifierClaimResource Members
.NET Framework 3.5
Represents a claim for a SAML security token that asserts the subject's name.
The SamlNameIdentifierClaimResource type exposes the following members.
| Name | Description | |
|---|---|---|
|
SamlNameIdentifierClaimResource | Initializes a new instance of the SamlNameIdentifierClaimResource class using the specified name, the domain in which the name resides, and the format the name is in. |
| Name | Description | |
|---|---|---|
|
Equals | Returns a value that indicates whether the instance is equal to the specified object. (Overrides Object.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for the SamlNameIdentifierClaimResource. (Overrides Object.GetHashCode().) |
|
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.) |
| Name | Description | |
|---|---|---|
|
Format | Gets a URI reference that represents the format that the subject name of a SAML security token is in. |
|
Name | Gets the subject name of a SAML security token. |
|
NameQualifier | Gets the domain in which the subject name of a SAML security token resides in. |