C# Class Candor.Security.Cryptography.HashManager

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

Méthodes publiques

Méthode 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 méthode

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