Gets the key value.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property KeyValue As Byte() Get |
C# |
---|
byte[] KeyValue { get; } |
Visual C++ |
---|
property array<unsigned char>^ KeyValue { array<unsigned char>^ get (); } |
JavaScript |
---|
function get_keyValue(); |