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