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