Table of Contents

Class HashAlgorithmHelper

Namespace
SimpleSign.Core.Crypto
Assembly
SimpleSign.Core.dll

Helper methods for HashAlgorithmName parsing and validation.

public static class HashAlgorithmHelper
Inheritance
HashAlgorithmHelper
Inherited Members

Methods

TryParse(string?)

Parses a hash algorithm name from a string. Case-insensitive. Returns null for unknown values.

public static HashAlgorithmName? TryParse(string? name)

Parameters

name string

Returns

HashAlgorithmName?