edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPCertificateCreateFromPKCS12 Method

Loads the certificate and private key from a PKCS12 buffer.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static SSLFTPCertificate CreateFromPKCS12(
	byte[] pkcs12Buffer,
	string pkcs12Password
)

Parameters

pkcs12Buffer  Byte
 
pkcs12Password  String
 

Return Value

SSLFTPCertificate
The certificate object (including the private key).

Remarks

This PKCS12 buffer must contain the private key.

See Also