 |
IEncryptedDataProviderInitialize Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Initializes the data provider by a name and its corresponding password.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntaxvoid Initialize(
string name,
string password
)
Parameters
- name
- Type: SystemString
Name which shall be used for initializing the provider object. - password
- Type: SystemString
Password which shall be used for accessing the data.
Remarks
The name used for initializing the provider must not be a account or user name
by intention. It may also be any software specific or context specific name.
See Also