CustomClaim.CustomClaimName Property

 

Gets or sets the name for this CustomClaim.

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

Syntax

public string CustomClaimName { get; set; }
public:
property String^ CustomClaimName {
    String^ get();
    void set(String^ value);
}
member CustomClaimName : string with get, set
Public Property CustomClaimName As String

Property Value

Type: System.String

The name for this CustomClaim.

See Also

CustomClaim Class
System.Web.Security.SingleSignOn Namespace

Return to top