Loads the certificate from a file and returns it as Certificate object.
Loads the certificate from binary data and returns it as Certificate object.
public Certificate(byte[],CertFileType,string);
Loads the certificate from a file and returns it as Certificate object.
public Certificate(string,CertFileType,string);
Certificate Class | MailBee.Security Namespace