Click or drag to resize
weroSoft AG, Software
EncryptedDataStoreInitialize Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes the secure store.

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

Parameters

name
Type: SystemString
Name used to initialize the store.
password
Type: SystemString
Password of the user.
Exceptions
ExceptionCondition
AssertArgumentException Thrown if one of the following condition fits. The parameter name is null, empty or contains only white spaces.The parameter password is null, empty or contains only white spaces.
See Also