Skip to content

Commit 6a932ef

Browse files
committed
feat: comment out Public key from RsaEncryptionResult
1 parent b258e2c commit 6a932ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/SafeCrypt.Lib/Encryption/RsaEncryption/Models/RsaEncryptionResult.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public class RsaEncryptionResult
1616
/// </summary>
1717
public List<string> Errors { get; set; }
1818

19-
/// <summary>
20-
/// Gets or sets the public key used for encryption.
21-
/// </summary>
22-
public string PublicKey { get; set; }
19+
///// <summary>
20+
///// Gets or sets the public key used for encryption.
21+
///// </summary>
22+
//public string PublicKey { get; set; }
2323

2424
/// <summary>
2525
/// Gets or sets the private key used for encryption.

0 commit comments

Comments
 (0)