CustomClaimLdapAttribute.CorporateCustomClaimUuid Property

 

Gets or sets the UUID for the corporate claim to be generated.

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

Syntax

public Guid CorporateCustomClaimUuid { get; set; }
public:
property Guid CorporateCustomClaimUuid {
    Guid get();
    void set(Guid value);
}
member CorporateCustomClaimUuid : Guid with get, set
Public Property CorporateCustomClaimUuid As Guid

Property Value

Type: System.Guid

The UUID for the corporate claim to be generated.

See Also

CustomClaimLdapAttribute Class
System.Web.Security.SingleSignOn Namespace

Return to top