Show / Hide Table of Contents

Interface IEncryption

A converter used to encrypt and decrypt values.

Inherited Members
IConvert<String>.Parse(String)
IConvert<String>.Format(String)
Namespace: ExtendedXmlSerializer.ExtensionModel.Encryption
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IEncryption : IConvert<string>

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX