RijndaelEnhanced Constructor (String, String) |
Namespace: EncryptionUtilsAssembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntaxpublic RijndaelEnhanced(
string passPhrase,
string initVector
)
Public Sub New (
passPhrase As String,
initVector As String
)
public:
RijndaelEnhanced(
String^ passPhrase,
String^ initVector
)
new :
passPhrase : string *
initVector : string -> RijndaelEnhanced
Parameters
- passPhrase
- Type: SystemString
- initVector
- Type: SystemString
See Also