 |
IEncryptedDataCipherImplementationDecrypt Method |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the method used for decrypting of data.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
SyntaxObject Decrypt(
Object encryptedData
)
Parameters
- encryptedData
- Type: SystemObject
Encrypted data to be decrypted.
Return Value
Type:
ObjectDecrypted data.
See Also