TLSCertificateInformation

Certificate information

@safe
struct TLSCertificateInformation {}

Members

Variables

_x509
void* _x509;

Vendor specific representation of the peer certificate.

subjectName
DictionaryList!(string, false, 8) subjectName;

Information about the certificate's subject name.

Meta