Share via


CustomClaimCollection.IndexOf Method (CustomClaim)

 

Searches for the specified CustomClaim and returns the zero-based index of the first occurrence within the entire collection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public int IndexOf(
    CustomClaim value
)
public:
int IndexOf(
    CustomClaim^ value
)
member IndexOf : 
        value:CustomClaim -> int
Public Function IndexOf (
    value As CustomClaim
) As Integer

Parameters

Return Value

Type: System.Int32

The index position for this CustomClaim.

See Also

CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top