Compartir a través de


CertInfoCollection.Remove Method (CertInfo)

 

Removes the first occurrence of a specific CertInfo from the CertInfoCollection.

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

Syntax

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

Parameters

See Also

CertInfoCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top