C# Class Candor.Security.Cryptography.HashManager

Classic provider model front end for HashProvider. Alternatively, you can use ProviderResolver{HashProvider}
Show file Open project: michael-lang/candor-common

Public Methods

Method Description
SelectProvider ( ) : HashProvider

Gets a provider to use for creating a new hash (not hashing to match an existing hash)

Method Details

SelectProvider() public static method

Gets a provider to use for creating a new hash (not hashing to match an existing hash)
public static SelectProvider ( ) : HashProvider
return HashProvider