OpcCertificateInfo Members

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

ApplicationUri

Gets the URI stored in the subject alternate name URIs of the Certificate which is used as the ApplicationUri of an application instance.

C#

public Uri ApplicationUri { get; }


Property Value

Uri

The Uri or a null reference (Nothing in Visual Basic) which uniquely identifies the application instance which is associated with the Certificate.

Certificate

C#

public X509Certificate2 Certificate { get; }


Property Value

Cryptography.X509Certificates.X509Certificate2

Store

C#

public OpcCertificateStoreInfo Store { get; }


Property Value

OpcCertificateStoreInfo

ToString()

C#

public override string ToString()


Returns

String