Interface IEncrypt
Used to encrypt a string from its plain text input to encrypted output.
Inherited Members
Namespace: ExtendedXmlSerializer.ExtensionModel.Encryption
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IEncrypt : IAlteration<string>, IParameterizedSource<string, string>