Opc.Ua.Core
Find(Boolean) Method



Opc.Ua.Security Namespace > CertificateIdentifier Class > Find Method : Find(Boolean) Method
Gets the certificate associated with the identifier.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.Security.CertificateIdentifier/d__37)> 
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.Security.CertificateIdentifier/d__37)] 
public Task<X509Certificate2> Find( 
   bool needPrivateKey 
)
[AsyncStateMachine(Opc.Ua.Security.CertificateIdentifier/d__37)] 
public: 
Task<X509Certificate2^>^ Find( 
   bool needPrivateKey 
) 

Parameters

needPrivateKey
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