Share via


SecurityProperty.ClaimType Property

 

Gets the SecurityProperty ClaimType, which identifies the type of AD FS claim represented by the SecurityProperty.

Namespace:   System.Web.Security.SingleSignOn.Authorization
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public WebSsoClaimType ClaimType { get; }
public:
property WebSsoClaimType ClaimType {
    WebSsoClaimType get();
}
member ClaimType : WebSsoClaimType with get
Public ReadOnly Property ClaimType As WebSsoClaimType

Property Value

Type: System.Web.Security.SingleSignOn.WebSsoClaimType

The SecurityProperty ClaimType, which identifies the type of AD FS claim represented by the SecurityProperty.

See Also

SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace

Return to top