Interface IHashingContext
Interface for hashing context.
Inherited Members
      System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
    
    
    
    
      System.IDisposable.Dispose()
    
  Namespace: Kephas.Cryptography
Assembly: Kephas.Core.dll
Syntax
public interface IHashingContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposableProperties
| Improve this Doc View SourceSalt
Gets or sets the salt.
Declaration
byte[] Salt { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The salt. |