Decrypts the value.

Namespace: Com.Tibco.As.Space.Security
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public ASBlob DecryptValue(
	ASBlob data
)
Visual Basic
Public Function DecryptValue ( _
	data As ASBlob _
) As ASBlob
Visual C++
public:
ASBlob^ DecryptValue(
	ASBlob^ data
)

Parameters

data
Type: Com.Tibco.As.Space.Impl.Data..::..ASBlob
The data.

Return Value

The decrypted data

See Also