Opc.Ua.Core
GetPublicKeyFilePath Method



Opc.Ua Namespace > DirectoryCertificateStore Class : GetPublicKeyFilePath Method
The thumbprint of the certificate.
Returns the path to the public key file.
Syntax
'Declaration
 
Public Function GetPublicKeyFilePath( _
   ByVal thumbprint As String _
) As String
'Usage
 
Dim instance As DirectoryCertificateStore
Dim thumbprint As String
Dim value As String
 
value = instance.GetPublicKeyFilePath(thumbprint)
public string GetPublicKeyFilePath( 
   string thumbprint
)
public:
String^ GetPublicKeyFilePath( 
   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