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 or sets the UUID for a corporate claim to transform.
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 a corporate claim to transform.
See Also
CustomClaimTransform Class
System.Web.Security.SingleSignOn Namespace
Return to top