Freigeben über


X509Certificate2Collection.Remove Method (X509Certificate2)

Removes the first occurrence of a certificate from the X509Certificate2Collection object.

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)

Syntax

public void Remove (
         X509Certificate2 value
)

Parameters

  • value
    The X509Certificate2 object to be removed from the X509Certificate2Collection object.

Version Information

Available in the .NET Micro Framework version 4.2.

See Also

Reference

X509Certificate2Collection Class
X509Certificate2Collection Members
System.Security.Cryptography.X509Certificates Namespace