Share via


CustomClaimLdapAttribute.CustomClaimAttribute Property

 

Gets or sets the attribute name that is used to categorize this custom claim. This claim will be generated only if the user account contains the LDAP attribute defined in the CustomClaimAttribute property.

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

Syntax

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

Property Value

Type: System.String

The attribute name that is used to categorize this custom claim.

See Also

CustomClaimLdapAttribute Class
System.Web.Security.SingleSignOn Namespace

Return to top