Opc.Ua.Core
Find(X509Certificate2Collection,String,String,Boolean) Method



Opc.Ua Namespace > CertificateIdentifier Class > Find Method : Find(X509Certificate2Collection,String,String,Boolean) Method
The collection.
The thumbprint of the certificate.
Subject name of the certificate.
if set to true [need private key].
Finds a certificate in the specified collection.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal collection As X509Certificate2Collection, _
   ByVal thumbprint As String, _
   ByVal subjectName As String, _
   ByVal needPrivateKey As Boolean _
) As X509Certificate2
'Usage
 
Dim collection As X509Certificate2Collection
Dim thumbprint As String
Dim subjectName As String
Dim needPrivateKey As Boolean
Dim value As X509Certificate2
 
value = CertificateIdentifier.Find(collection, thumbprint, subjectName, needPrivateKey)

Parameters

collection
The collection.
thumbprint
The thumbprint of the certificate.
subjectName
Subject name of the certificate.
needPrivateKey
if set to true [need private key].
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

CertificateIdentifier Class
CertificateIdentifier Members
Overload List