Opc.Ua.Core
FindByThumbprint Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : FindByThumbprint Method
The thumbprint.
Finds the certificate with the specified thumbprint.
Syntax
'Declaration
 
Function FindByThumbprint( _
   ByVal thumbprint As String _
) As Task(Of X509Certificate2Collection)
'Usage
 
Dim instance As ICertificateStore
Dim thumbprint As String
Dim value As Task(Of X509Certificate2Collection)
 
value = instance.FindByThumbprint(thumbprint)

Parameters

thumbprint
The thumbprint.

Return Value

The matching certificate
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

ICertificateStore Interface
ICertificateStore Members