Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the type of WebSSO claim being used.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public enum WebSsoClaimType
public enum class WebSsoClaimType
type WebSsoClaimType
Public Enumeration WebSsoClaimType
Members
| Member name | Description | |
|---|---|---|
| CommonName | Based on the common name. |
|
| Custom | custom type claims. |
|
based on the e-mail address. |
||
| Group | group type claims. |
|
| Unspecified | claim type is unspecified. |
|
| Upn | based on the universal principal name (UPN) attribute. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top