We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b258e2c commit 6a932efCopy full SHA for 6a932ef
1 file changed
src/SafeCrypt.Lib/Encryption/RsaEncryption/Models/RsaEncryptionResult.cs
@@ -16,10 +16,10 @@ public class RsaEncryptionResult
16
/// </summary>
17
public List<string> Errors { get; set; }
18
19
- /// <summary>
20
- /// Gets or sets the public key used for encryption.
21
- /// </summary>
22
- public string PublicKey { get; set; }
+ ///// <summary>
+ ///// Gets or sets the public key used for encryption.
+ ///// </summary>
+ //public string PublicKey { get; set; }
23
24
/// <summary>
25
/// Gets or sets the private key used for encryption.
0 commit comments