|
|
| SecureCertData (ZDK::Shared::SecureCertData src) |
| |
|
virtual long long | Handle () override |
| |
|
virtual void | Initialize () override |
| |
|
virtual void | ReleaseReference () override |
| |
|
|
ZDK::ISecureCertData * | cppRef = nullptr |
| |
◆ ActualNameList
| System:: String^ ZDK_NET::SecureCertData::ActualNameList |
|
get |
Gets the actual certificate names list.
The function gets the actual certificate names list. The whole list is in the actual list represented as a ASCIIZ string of comma delimited values.
- Returns
- The actual certificate names list
◆ CertDataPEM
| System:: String^ ZDK_NET::SecureCertData::CertDataPEM |
|
get |
Gets the certificate itself.
The function gets the certificate itself, PEM encoded.
- Returns
- The actual certificate
◆ CertIssuer
| System:: String^ ZDK_NET::SecureCertData::CertIssuer |
|
get |
Gets the certificate's issuer.
- Returns
- The certificate's issuer
◆ CertNotAfter
| System:: String^ ZDK_NET::SecureCertData::CertNotAfter |
|
get |
Gets the certificate's end of validity.
- Returns
- The certificate's end validity
◆ CertNotBefore
| System:: String^ ZDK_NET::SecureCertData::CertNotBefore |
|
get |
Gets the certificate's start of validity.
- Returns
- The certificate's start validity
◆ CertSubject
| System:: String^ ZDK_NET::SecureCertData::CertSubject |
|
get |
Gets the certificate's subject.
- Returns
- The certificate's subject
◆ errorMask
| int ZDK_NET::SecureCertData::errorMask |
|
get |
Gets the mask of errors for the certificate.
Bit-field of CertificateError
- Returns
- The mask of errors
- See also
- CertificateError
◆ ExpectedName
| System:: String^ ZDK_NET::SecureCertData::ExpectedName |
|
get |
Gets the expected subject name for the certificate.
The function gets the expected subject name for the certificate. The main certificate name is in the certificate's subject in the 'commonName' field. More names can be found in the certificate's 'altSubjectName' extension.
- Returns
- The expected subject name for the certificate
The documentation for this class was generated from the following file: