zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::SecureCertData Class Reference
Inheritance diagram for ZDK_NET::SecureCertData:
ZDK_NET::ZHandle

Public Member Functions

 SecureCertData (ZDK::Shared::SecureCertData src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::ISecureCertData * cppRef = nullptr
 

Properties

int errorMask [get]
 Gets the mask of errors for the certificate. More...
 
System::String^ CertSubject [get]
 Gets the certificate's subject. More...
 
System::String^ CertIssuer [get]
 Gets the certificate's issuer. More...
 
System::String^ CertNotBefore [get]
 Gets the certificate's start of validity. More...
 
System::String^ CertNotAfter [get]
 Gets the certificate's end of validity. More...
 
System::String^ ExpectedName [get]
 Gets the expected subject name for the certificate. More...
 
System::String^ ActualNameList [get]
 Gets the actual certificate names list. More...
 
System::String^ CertDataPEM [get]
 Gets the certificate itself. More...
 

Property Documentation

◆ 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: