'Declaration
Function RemoveCertificates( _ ByVal thumbprint As String _ ) As Integer
'Usage
Dim instance As IPkiStore Dim thumbprint As String Dim value As Integer value = instance.RemoveCertificates(thumbprint)
int RemoveCertificates( string thumbprint )
int RemoveCertificates( String^ thumbprint )
Parameters
- thumbprint
- A string representing the thumbprint of the certificate.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).