Click or drag to resize

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
)

Parameters

stream
Type: pdftron.SDFObj
A pointer to an SDF::Stream object

Return Value

Type: Boolean
true if the given stream is encrypted using AES encryption.
See Also