CorporateClaims.GroupClaims Property
Gets the collection of GroupClaim in the CorporateClaims object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public GroupClaimCollection GroupClaims { get; }
public:
property GroupClaimCollection^ GroupClaims {
GroupClaimCollection^ get();
}
member GroupClaims : GroupClaimCollection with get
Public ReadOnly Property GroupClaims As GroupClaimCollection
Property Value
Type: System.Web.Security.SingleSignOn.GroupClaimCollection
The collection of GroupClaim in the CorporateClaims object.
See Also
CorporateClaims Class
System.Web.Security.SingleSignOn Namespace
Return to top