Interface IEncryptionContext
Interface for encryption context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Cryptography
Assembly: Kephas.Core.dll
Syntax
public interface IEncryptionContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceKey
Gets or sets the key for encryption/decryption.
Declaration
byte[] Key { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The key. |
KeySize
Gets or sets the size of the key.
Declaration
int? KeySize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The size of the key. |