Gets the certificate value.

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property CertificateValue As Byte()
	Get
C#
byte[] CertificateValue { get; }
Visual C++
property array<unsigned char>^ CertificateValue {
	array<unsigned char>^ get ();
}
JavaScript
function get_certificateValue();

Field Value

The certificate value.

See Also