OpcCertificateIdentity Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcCertificateIdentity type exposes the following members.

OpcCertificateIdentity(X509Certificate2)

C#

public OpcCertificateIdentity(X509Certificate2 certificate)


Parameters

certificate Cryptography.X509Certificates.X509Certificate2



Exceptions

ArgumentNullException


Certificate

C#

public X509Certificate2 Certificate { get; }


Property Value

Cryptography.X509Certificates.X509Certificate2

Impersonate()

C#

public override OpcImpersonationContext Impersonate()


Returns

OpcImpersonationContext

Matches(X509Certificate2)

C#

public bool Matches(X509Certificate2 certificate)


Parameters

certificate Cryptography.X509Certificates.X509Certificate2



Returns

Boolean



Exceptions

ArgumentNullException