Click or drag to resize
weroSoft AG, Software
EncryptedDataProviderDecrypt Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Decrypt a data object.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public Object Decrypt(
	Object encryptedData
)

Parameters

encryptedData
Type: SystemObject
Date to be decrypted.

Return Value

Type: Object
The decrypted data.

Implements

IEncryptedDataCipherImplementationDecrypt(Object)
See Also