| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ICertificateStore Dim thumbprint As String Dim value As String value = instance.GetPrivateKeyFilePath(thumbprint) | |
| C# | |
|---|---|
| string GetPrivateKeyFilePath( string thumbprint ) | |
Parameters
- thumbprint
- The thumbprint.
Return Value
The full file path. Null if the certificate does not exist or the private key does not exist.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    