Click or drag to resize
weroSoft AG, Software
EncryptionInitialize Method (String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes the decryption.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public override void Initialize(
	string key
)

Parameters

key
Type: SystemString
Key used for initializing the decryption object.
Remarks
The key is either the user defined key (such as a password) or the key container name in case of asymmetric decryption.
See Also