MailBee.NET Objects 4.0

Certificate Constructor

Loads the certificate from a file and returns it as Certificate object.

Overload List

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);

See Also

Certificate Class | MailBee.Security Namespace