SecurityHandler Constructor (SecurityHandlerAlgorithmType) |
Create a Standard Security Handler.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public SecurityHandler(
SecurityHandlerAlgorithmType crypt_type
)
Public Sub New (
crypt_type As SecurityHandlerAlgorithmType
)
public:
SecurityHandler(
[InAttribute] SecurityHandlerAlgorithmType crypt_type
)
pdftron.SDF.SecurityHandler = function(crypt_type);
Parameters
- crypt_type
- Type: pdftron.SDFSecurityHandlerAlgorithmType
a SecurityHandler instance
See Also