Opc.Ua.Core
GetPrivateKeyFilePath Method



Opc.Ua Namespace > DirectoryCertificateStore Class : GetPrivateKeyFilePath Method
The thumbprint of the certificate.
Returns the path to the private key file.
Syntax
'Declaration
 
Public Function GetPrivateKeyFilePath( _
   ByVal thumbprint As String _
) As String
'Usage
 
Dim instance As DirectoryCertificateStore
Dim thumbprint As String
Dim value As String
 
value = instance.GetPrivateKeyFilePath(thumbprint)
public string GetPrivateKeyFilePath( 
   string thumbprint
)
public:
String^ GetPrivateKeyFilePath( 
   String^ thumbprint
) 

Parameters

thumbprint
The thumbprint of the certificate.

Return Value

The path.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DirectoryCertificateStore Class
DirectoryCertificateStore Members