ASSecurityProviderDecryptValue Method |
Decrypts the value.
Namespace: Com.Tibco.As.Space.SecurityAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic ASBlob DecryptValue(
ASBlob data
)
Public Function DecryptValue (
data As ASBlob
) As ASBlob
public:
ASBlob^ DecryptValue(
ASBlob^ data
)
member DecryptValue :
data : ASBlob -> ASBlob
Parameters
- data
- Type: ASBlob
The data.
Return Value
Type:
ASBlobThe decrypted data
See Also