CustomClaimCollection.Item Property
Gets the specified CustomClaim object. In C#, this property is the indexer for the class.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Overload List
Name | Description | |
---|---|---|
Item[CustomClaim] | Gets the CustomClaim object from this collection that is equal to the specified CustomClaim object. |
|
Item[Guid] | Gets the CustomClaim object with the specified GUID. |
|
Item[Int32] | Gets or sets the CustomClaim object at the specified index. |
|
Item[String] | Gets the CustomClaim object whose CustomClaimName property is equal to the specified name. |
See Also
CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top