Click or drag to resize
weroSoft AG, Software
EncryptedDataStoreClear Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Clears content within the store.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public void Clear(
	IEncryptedDataProvider provider
)

Parameters

provider
Type: WeroSoft.SecurityIEncryptedDataProvider
Provider which is responsible for this data.
Remarks
This method deletes only content, if the node fits to the provider calling this method.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThrown if the object has already disposed and therefore no longer can be used.
InvalidOperationExceptionThrown if object is not initialized and therefore not yet may be used.
AssertArgumentExceptionThrown if the parameter provider is null.
See Also