Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Class representing a digital certificate.
This Visual C++ .NET class declaration is temporarily provided until the documentation for this class is complete.
namespace Chilkat {
__gc public class Cert
{
public:
Cert();
~Cert();
__property String *get_LastError(void);
bool SaveLastError(String *filename);
bool LoadFromFile(String *filename);
bool LoadFromBase64(String *encodedCert);
bool LoadFromBinary(unsigned char data __gc[]);
bool SetFromEncoded(String *encodedCert);
String *GetEncoded(void);
__property String *get_IssuerE(void);
__property String *get_IssuerC(void);
__property String *get_IssuerS(void);
__property String *get_IssuerL(void);
__property String *get_IssuerO(void);
__property String *get_IssuerOU(void);
__property String *get_IssuerCN(void);
__property String *get_SubjectE(void);
__property String *get_SubjectC(void);
__property String *get_SubjectS(void);
__property String *get_SubjectL(void);
__property String *get_SubjectO(void);
__property String *get_SubjectOU(void);
__property String *get_SubjectCN(void);
__property DateTime get_ValidTo(void);
__property DateTime get_ValidFrom(void);
__property String *get_SerialNumber(void);
__property bool get_ForTimeStamping(void);
__property bool get_ForCodeSigning(void);
__property bool get_ForClientAuthentication(void);
__property bool get_ForServerAuthentication(void);
__property bool get_ForSecureEmail(void);
__property String *get_Version(void);
};
}
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.