Skip to content

Commit

Permalink
Removing XML parameter 'armor' that is no longer present in the funct…
Browse files Browse the repository at this point in the history
…ion signature
  • Loading branch information
bizouarn committed Apr 3, 2024
1 parent 1c90c4f commit 2cb1754
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion PgpCore/PGP.EncryptSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ public void EncryptAndSign(
/// Encrypt and sign the string
/// </summary>
/// <param name="input">Plain string to be encrypted and signed</param>
/// <param name="armor">True, means a binary data representation as an ASCII-only text. Otherwise, false</param>
/// <param name="withIntegrityCheck">True to include integrity packet during signing</param>
/// <param name="name">Name of encrypted file in message, defaults to the input file name</param>
/// <param name="headers">Optional headers to be added to the output</param>
Expand Down
1 change: 0 additions & 1 deletion PgpCore/PGP.SignAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public async Task SignAsync(
/// Sign the string
/// </summary>
/// <param name="input">Plain string to be signed</param>
/// <param name="armor">True, means a binary data representation as an ASCII-only text. Otherwise, false</param>
/// <param name="name">Name of signed file in message, defaults to "name"</param>
/// <param name="headers">Optional headers to be added to the output</param>
/// <param name="oldFormat">True, to use old format for encryption if you need compatibility with PGP 2.6.x. Otherwise, false</param>
Expand Down
1 change: 0 additions & 1 deletion PgpCore/PGP.SignSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void Sign(
/// Sign the string
/// </summary>
/// <param name="input">Plain string to be signed</param>
/// <param name="armor">True, means a binary data representation as an ASCII-only text. Otherwise, false</param>
/// <param name="name">Name of signed file in message, defaults to "name"</param>
/// <param name="headers">Optional headers to be added to the output</param>
/// <param name="oldFormat">True, to use old format for encryption if you need compatibility with PGP 2.6.x. Otherwise, false</param>
Expand Down

0 comments on commit 2cb1754

Please sign in to comment.