Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Created March 3, 2022 19:03
Embed
What would you like to do?
kms Abstractions IEncrypter
public interface IEncrypter
{
Task<IEncryptionPackage> Encrypt(string plainText);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment