Share via


SecurityPropertyCollection.Contains Method (SecurityProperty)

 

Indicates whether the collection contains the specified SecurityProperty.

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

Syntax

public bool Contains(
    SecurityProperty securityProperty
)
public:
bool Contains(
    SecurityProperty^ securityProperty
)
member Contains : 
        securityProperty:SecurityProperty -> bool
Public Function Contains (
    securityProperty As SecurityProperty
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the SecurityPropertyCollection collection contains the specified SecurityProperty;otherwise false.

See Also

SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace

Return to top