Show / Hide Table of Contents

Interface IHashingService

Application service contract for hashing.

Namespace: Kephas.Cryptography
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract]
public interface IHashingService

Methods

| Improve this Doc View Source

Hash(Byte[], IHashingContext)

Hashes the value with the optionally provided string.

Declaration
byte[] Hash(byte[] value, IHashingContext hashingContext = null)
Parameters
Type Name Description
System.Byte[] value

The value to be hashed.

IHashingContext hashingContext

Optional. Context for the hashing.

Returns
Type Description
System.Byte[]

The hashed value.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
HashingServiceExtensions.Hash(IHashingService, String, IHashingContext)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX