Initializes a new StringEncryption instance.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public StringEncryption(
string bulkCipher,
string hash
) |
Visual Basic |
---|
Public Sub New ( _
bulkCipher As String, _
hash As String _
) |
Visual C++ |
---|
public:
StringEncryption(
String^ bulkCipher,
String^ hash
) |
Parameters
- bulkCipher
- Type: System..::..String
The name of the bulk cipher algorithm to use.
- hash
- Type: System..::..String
The name of the hash algorithm to use.
See Also