edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Returns the certificate in buffer in the PKCS12 format.

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public byte[] GetPKCS12Buffer(
	string password
)
Visual Basic
Public Function GetPKCS12Buffer ( _
	password As String _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetPKCS12Buffer(
	String^ password
)

Parameters

password
Type: System..::..String
The password to use when encrypting the private keys.

Return Value

A byte-array containing the certificate in PKCS12 format

See Also