ICertificates2::Remove method
[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP. Instead, use the X509Certificate2Collection Class in the System.Security.Cryptography.X509Certificates namespace.]
The Remove method removes a single Certificate object from the collection. This method was introduced in CAPICOM 2.0.
Syntax
Certificates.Remove( _
ByVal Index _
)
Parameters
-
Index [in]
-
Index value for the Certificate object to be removed. This parameter can be one of the following possible types.
Type Meaning - Long
The Certificate object at the specified index into the collection is removed. - String
The first Certificate object in the collection that matches the SHA-1 thumbprint contained in the specified string is removed. The first Certificate object in the collection that matches the specified Certificate object is removed.
Return value
This method does not return a value.
Requirements
Requirement | Value |
---|---|
End of client support |
Windows Vista |
End of server support |
Windows Server 2008 |
Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
DLL |
|