Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the CustomClaim object that is equal to the specified CustomClaim object in this CorporateClaimUuidCollection collection.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaim this[
CustomClaim claim
] { get; }
public:
property CustomClaim^ default[
CustomClaim^ claim
] {
CustomClaim^ get(CustomClaim^ claim);
}
member Item :
claim:CustomClaim -> CustomClaim with get
Public ReadOnly Property Item (
claim As CustomClaim
) As CustomClaim
Parameters
claim
Type: System.Web.Security.SingleSignOn.CustomClaimThe CustomClaim object that is equal to the CustomClaim object to retrieve from this collection.
Property Value
Type: System.Web.Security.SingleSignOn.CustomClaim
The CustomClaim object that is equal to the specified CustomClaim object in this CorporateClaimUuidCollection collection.
See Also
Item Overload
CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace
Return to top