C# Class nHydrate.Generator.Common.Util.CryptoFactory

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
Create ( string algorithmName, string entropy ) : ICryptoHelper

Private Methods

Méthode Description
CryptoFactory ( ) : System.Security.Cryptography

Method Details

Create() public static méthode

public static Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
algorithm CryptographyAlgorithm
Résultat ICryptoHelper

Create() public static méthode

public static Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
algorithm CryptographyAlgorithm
entropy string
Résultat ICryptoHelper

Create() public static méthode

public static Create ( string algorithmName, string entropy ) : ICryptoHelper
algorithmName string
entropy string
Résultat ICryptoHelper