Value of this CKA_VALUE attribute

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

Syntax

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

Implements

IDSAPublicKey..::..KeyValue

See Also