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

Syntax

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

Implements

IX509Certificate..::..ID

See Also