SecurityHandlerIsAES Method (Obj) |
The following function can be used to verify whether a given stream is
encrypted using AES.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsAES(
Obj stream
)
Public Function IsAES (
stream As Obj
) As Boolean
public:
virtual bool IsAES(
[InAttribute] Obj^ stream
) sealed
Parameters
- stream
- Type: pdftron.SDFObj
A pointer to an SDF::Stream object
Return Value
Type:
Booleantrue if the given stream is encrypted using AES encryption.
See Also