IdentityClaimType Enumeration
This enumeration supports the AD FS infrastructure and is not meant to be used directly from your code. Identifies the type of identity claim that is being used. Claim configurations are based on specified attributes, such as the common name (CN) attribute, e-mail addresses, UPNs, group SIDs or custom attributes, such as titles.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public enum IdentityClaimType
public enum class IdentityClaimType
type IdentityClaimType
Public Enumeration IdentityClaimType
Members
Member name | Description | |
---|---|---|
CommonName | The identity claim type is based on the common name. |
|
The identity claim type is based on the e-mail address. |
||
Sids | The identity claim type is based on the group security identifiers (SIDs). |
|
Unknown | The identity claim type is unknown. |
|
Upn | The identity claim type is based on the universal principal name (UPN) attribute. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top