GroupLdapAttribute.CorporateGroupUuid Property

 

Gets or sets a GroupClaim identified from the GroupClaims property for this TrustPolicy. The claim is identified by GUID.

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

Syntax

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

Property Value

Type: System.Guid

A GroupClaim identified from the GroupClaims property for this TrustPolicy.

See Also

GroupLdapAttribute Class
System.Web.Security.SingleSignOn Namespace

Return to top