[AsyncStateMachine(KellermanSoftware.NetPgpLibrary.PgpEncryptorDecryptor/d__14)] [DebuggerStepThrough()] public Task EncryptFileAsync( string sourceFilePath, string encryptedFilePath, string publicKeyFile, bool armor )
[AsyncStateMachine(KellermanSoftware.NetPgpLibrary.PgpEncryptorDecryptor/d__14)] [DebuggerStepThrough()] public: Task^ EncryptFileAsync( String^ sourceFilePath, String^ encryptedFilePath, String^ publicKeyFile, bool armor )
'Declaration
<AsyncStateMachineAttribute(KellermanSoftware.NetPgpLibrary.PgpEncryptorDecryptor/d__14)> <DebuggerStepThroughAttribute()> Public Function EncryptFileAsync( _ ByVal sourceFilePath As String, _ ByVal encryptedFilePath As String, _ ByVal publicKeyFile As String, _ ByVal armor As Boolean _ ) As Task
Parameters
- sourceFilePath
- The file to encrpt
- encryptedFilePath
- The destination path and filename for the encrypted file
- publicKeyFile
- The public key file
- armor
- Use ASCII Armor