Loads the certificate from a PEM file, and the private
key from a PVK file.
Namespace: EnterpriseDT.Net.Ftp.SslAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
[ObsoleteAttribute("Use CreateFromPEM and AssociatePrivateKey.")] public static SSLFTPCertificate CreateFromPEM_PVK( string pemFileName, string pvkFileName, string pvkPassword ) |
| Visual Basic |
|---|
<ObsoleteAttribute("Use CreateFromPEM and AssociatePrivateKey.")> _ Public Shared Function CreateFromPEM_PVK ( _ pemFileName As String, _ pvkFileName As String, _ pvkPassword As String _ ) As SSLFTPCertificate |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use CreateFromPEM and AssociatePrivateKey.")] public: static SSLFTPCertificate^ CreateFromPEM_PVK( String^ pemFileName, String^ pvkFileName, String^ pvkPassword ) |
Parameters
- pemFileName
- Type: System..::..String
Name of CER file.
- pvkFileName
- Type: System..::..String
Name of PVK file
- pvkPassword
- Type: System..::..String
Password used to access PVK file.