Click or drag to resize
weroSoft AG, Software
EncryptedDataStoreGetDataProvider Method (String, String)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets an initialized instance of the default data provider.

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

Parameters

name
Type: SystemString
Name used to initialize the data provider.
password
Type: SystemString
Password used to initialize the data provider.

Return Value

Type: IEncryptedDataProvider
The default data provider.
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