Show / Hide Table of Contents

Class Sha384

Represents static wrappers for Sha384 methods

Inheritance
Object
Sha384
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Cryptography
Assembly: SlipeShared.dll
Syntax
public static class Sha384

Methods

| Improve this Doc View Source

Hash(String)

Hash a string with the Sha384 algorithm

Declaration
public static string Hash(string input)
Parameters
Type Name Description
String input
Returns
Type Description
String
| Improve this Doc View Source

Verify(String, String)

Verify an input string against a Sha384 hash

Declaration
public static bool Verify(string input, string hash)
Parameters
Type Name Description
String input
String hash
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX