Value of this Base value (CKA_BASE)

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

Syntax

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

Implements

IDHPrivateKey..::..Base

See Also