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