Class SHA256HashingService
A null hashing service.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Cryptography
Assembly: Kephas.Core.dll
Syntax
[OverridePriority(Priority.Low)]
public class SHA256HashingService : HashingServiceBase, IHashingService
Methods
| Improve this Doc View SourceCreateHashAlgorithm(IContext)
Creates the hash algorithm.
Declaration
protected override HashAlgorithm CreateHashAlgorithm(IContext context)
Parameters
Type | Name | Description |
---|---|---|
IContext | context | The context. |
Returns
Type | Description |
---|---|
System.Security.Cryptography.HashAlgorithm | The new hash algorithm. |