WebSsoClaimType Enumeration

 

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.

Email

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