Value of this Prime value (CKA_PRIME)
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Prime As Byte() Get |
C# |
---|
public byte[] Prime { get; } |
Visual C++ |
---|
public: virtual property array<unsigned char>^ Prime { array<unsigned char>^ get () sealed; } |
JavaScript |
---|
function get_prime(); |