Opc.Ua.Core
Find(Boolean) Method



Opc.Ua Namespace > CertificateIdentifier Class > Find Method : Find(Boolean) Method
if set to true the returned certificate must contain the private key.
Finds a certificate in a store.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.CertificateIdentifier/d__51)> 
Public Overloads Function Find( _ 
   ByVal needPrivateKey As Boolean _ 
) As Task(Of X509Certificate2)
'Usage
 
Dim instance As CertificateIdentifier
Dim needPrivateKey As Boolean
Dim value As Task(Of X509Certificate2)
 
value = instance.Find(needPrivateKey)
[AsyncStateMachine(Opc.Ua.CertificateIdentifier/d__51)] 
public Task<X509Certificate2> Find( 
   bool needPrivateKey 
)
[AsyncStateMachine(Opc.Ua.CertificateIdentifier/d__51)] 
public: 
Task<X509Certificate2^>^ Find( 
   bool needPrivateKey 
) 

Parameters

needPrivateKey
if set to true the returned certificate must contain the private key.

Return Value

An instance of the System.Security.Cryptography.X509Certificates.X509Certificate2 that is embedded by this instance or find it in the selected store pointed out by the StorePath using selected SubjectName.
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