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
System_CAPS_pubproperty Item[CustomClaim]

Gets the CustomClaim object from this collection that is equal to the specified CustomClaim object.

System_CAPS_pubproperty Item[Guid]

Gets the CustomClaim object with the specified GUID.

System_CAPS_pubproperty Item[Int32]

Gets or sets the CustomClaim object at the specified index.

System_CAPS_pubproperty 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