SSLFTPCertificateGetPFXBuffer Method
Returns the certificate in buffer in the PFX format.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public byte[] GetPFXBuffer(
string password,
bool withPrivateKeys
)
Public Function GetPFXBuffer (
password As String,
withPrivateKeys As Boolean
) As Byte()
public:
array<unsigned char>^ GetPFXBuffer(
String^ password,
bool withPrivateKeys
)
member GetPFXBuffer :
password : string *
withPrivateKeys : bool -> byte[]
- password String
- The password to use when encrypting the private keys.
- withPrivateKeys Boolean
- true if the private keys should be exported [if possible], false otherwise.
ByteA byte-array containing the certificate in PFX format