Returns the certificate in buffer in the PKCS12 format.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: 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.