Interface IDecrypt
Used to decrypt a string from encrypted input to decrypted output.
Inherited Members
Namespace: ExtendedXmlSerializer.ExtensionModel.Encryption
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IDecrypt : IAlteration<string>, IParameterizedSource<string, string>