Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.Signature

TElX509Certificate     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the signature of the certificate

Declaration

[C#]
    byte[] Signature;

[VB.NET]
    Property Signature As Byte()

[Pascal]
    property Signature: TBitString;

[C++]
    void get_Signature(std::vector<uint8_t> &OutResult);

[PHP]
    string get_Signature()

[Java]
    byte[] getSignature();

Parameters

  • Value - the certificate signature.

Description

    Use this function to get the signature of the certificate.

Discuss this help topic in SecureBlackbox Forum