TrustPolicyEntryCollection.Remove Method (TrustPolicyEntry)

 

Removes the first occurrence of a specific object from the TrustPolicyEntryCollection.

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

Syntax

public void Remove(
    TrustPolicyEntry value
)
public:
void Remove(
    TrustPolicyEntry^ value
)
member Remove : 
        value:TrustPolicyEntry -> unit
Public Sub Remove (
    value As TrustPolicyEntry
)

Parameters

See Also

TrustPolicyEntryCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top