GroupClaimCollection.Item Property
Gets and in some cases sets the GroupClaim object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
Item[GroupClaim] | Gets the GroupClaim object that matches the specified GroupClaim object from this collection. |
|
Item[Guid] | Gets the GroupClaim object from this collection whose associated Guid object matches the specified Guid object. |
|
Item[Int32] | Gets or sets the GroupClaim object at the specified index in this collection. |
|
Item[String] | Gets the GroupClaim object whose Group property matches the specified string in this collection. |
See Also
GroupClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top