ASSecurityProviderEncryptValue Method |
Encrypts 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 EncryptValue(
ASBlob data
)
Public Function EncryptValue (
data As ASBlob
) As ASBlob
public:
ASBlob^ EncryptValue(
ASBlob^ data
)
member EncryptValue :
data : ASBlob -> ASBlob
Parameters
- data
- Type: ASBlob
The data.
Return Value
Type:
ASBlobThe encrypted data
See Also