6 #ifndef ZDK_NET_SecureCertData_h
7 #define ZDK_NET_SecureCertData_h
9 #include "native_shared_ptr.h"
10 #include "PublicInterfaces.h"
13 using namespace System::Collections::Generic;
21 ZDK::ISecureCertData* cppRef =
nullptr;
35 property int errorMask
44 property System::String^ CertSubject
46 System::String^ get();
53 property System::String^ CertIssuer
55 System::String^ get();
62 property System::String^ CertNotBefore
64 System::String^ get();
71 property System::String^ CertNotAfter
73 System::String^ get();
85 property System::String^ ExpectedName
87 System::String^ get();
98 property System::String^ ActualNameList
100 System::String^ get();
109 property System::String^ CertDataPEM
111 System::String^ get();
114 virtual long long Handle()
override;
116 virtual void Initialize()
override;
118 virtual void ReleaseReference()
override;