Skip to content

Commit ea3b02c

Browse files
committed
feat: add IEncryptionData interface to hold related properties
1 parent c10203a commit ea3b02c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace SafeCrypt
2+
{
3+
internal interface IEncryptionData
4+
{
5+
string DataToEncrypt { get; set; }
6+
}
7+
}

0 commit comments

Comments
 (0)