Discuss this help topic in SecureBlackbox Forum
Returns the subject key identifier extension.
Declaration
[C#]
byte[] WriteExtensionSubjectKeyIdentifier();
[VB.NET]
Function WriteExtensionSubjectKeyIdentifier() As Byte()
[Pascal]
function WriteExtensionSubjectKeyIdentifier: ByteArray;
[C++]
void WriteExtensionSubjectKeyIdentifier(std::vector<uint8_t> &OutResult);
[PHP]
string WriteExtensionSubjectKeyIdentifier()
[Java]
byte[] writeExtensionSubjectKeyIdentifier();
Description
Call this method to obtain the subject key identfier extension.
Discuss this help topic in SecureBlackbox Forum