RijndaelEnhanced Constructor (String, String, Int32, Int32, Int32, String, String, Int32) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic RijndaelEnhanced(
string passPhrase,
string initVector,
int minSaltLen,
int maxSaltLen,
int keySize,
string hashAlgorithm,
string saltValue,
int passwordIterations
)
Public Sub New (
passPhrase As String,
initVector As String,
minSaltLen As Integer,
maxSaltLen As Integer,
keySize As Integer,
hashAlgorithm As String,
saltValue As String,
passwordIterations As Integer
)
public:
RijndaelEnhanced(
String^ passPhrase,
String^ initVector,
int minSaltLen,
int maxSaltLen,
int keySize,
String^ hashAlgorithm,
String^ saltValue,
int passwordIterations
)
new :
passPhrase : string *
initVector : string *
minSaltLen : int *
maxSaltLen : int *
keySize : int *
hashAlgorithm : string *
saltValue : string *
passwordIterations : int -> RijndaelEnhanced
Parameters
- passPhrase
- Type: SystemString
- initVector
- Type: SystemString
- minSaltLen
- Type: SystemInt32
- maxSaltLen
- Type: SystemInt32
- keySize
- Type: SystemInt32
- hashAlgorithm
- Type: SystemString
- saltValue
- Type: SystemString
- passwordIterations
- Type: SystemInt32
See Also