| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ICertificateStore Dim thumbprint As String Dim value As Boolean value = instance.Delete(thumbprint) | |
| C# | |
|---|---|
| bool Delete( string thumbprint ) | |
Parameters
- thumbprint
- The thumbprint.
Return Value
True if the certificate exists.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    