'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.