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

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

Parameters

decryptedData
Type: SystemObject
Data to be encrypted.

Return Value

Type: Object
The encrypted data.

Implements

IEncryptedDataCipherImplementationEncrypt(Object)
See Also