SecurityServices for .NET 2.0 Documentation

StringEncryption Constructor (String, String)

[This is preliminary documentation and subject to change.]

Initializes a new StringEncryption instance.

public StringEncryption(
   String bulkCipher,
   String hash
);

Parameters

String
The name of the bulk cipher algorithm to use.
String
The name of the hash algorithm to use.

See Also

StringEncryption Class | Org.Mentalis.SecurityServices.Cryptography Namespace | StringEncryption Constructor Overload List