Method | Description | |
---|---|---|
Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper | ||
Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper | ||
Create ( string algorithmName, string entropy ) : ICryptoHelper |
Method | Description | |
---|---|---|
CryptoFactory ( ) : System.Security.Cryptography |
public static Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper | ||
algorithm | CryptographyAlgorithm | |
return | ICryptoHelper |
public static Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper | ||
algorithm | CryptographyAlgorithm | |
entropy | string | |
return | ICryptoHelper |
public static Create ( string algorithmName, string entropy ) : ICryptoHelper | ||
algorithmName | string | |
entropy | string | |
return | ICryptoHelper |