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

Syntax

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

Implements

ICertificate..::..CertificateValue

See Also