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.
The ClaimType enumeration identifies the claim type to choose.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public enum ClaimType
public enum class ClaimType
type ClaimType
Public Enumeration ClaimType
Members
| Member name | Description | |
|---|---|---|
| Custom | Chooses custom type claims. |
|
| Group | Chooses group type claims. |
|
| GroupAndCustom | Chooses both group and custom type claims. |
|
| None | Chooses no type claims. |
See Also
System.Web.Security.SingleSignOn Namespace
Return to top