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.
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