Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.WriteSubject

TElX509Certificate     See also     


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


Returns string representation of the certificate subject.

Declaration

[C#]
    byte[] WriteSubject();

[VB.NET]
    Function WriteSubject() As Byte()

[Pascal]
    function WriteSubject: ByteArray;

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

[PHP]
    string WriteSubject()

[Java]
    byte[] writeSubject();

Description

    Use this method to obtain a string representation of the certificate subject.

See also:     SubjectName     SubjectRDN    

Discuss this help topic in SecureBlackbox Forum