Show / Hide Table of Contents

Class PDFTronCustomSecurityHandler

This class represents PDFTron Custom Security handler that applies PDFTron's custom encryption method on save.

Inheritance
System.Object
SecurityHandler
PDFTronCustomSecurityHandler
Implements
System.IDisposable
Inherited Members
SecurityHandler.Dispose()
SecurityHandler.Dispose(Boolean)
SecurityHandler.Destroy()
SecurityHandler.GetAuthorizationData(SecurityHandler.Permission)
SecurityHandler.AuthorizeFailed()
SecurityHandler.EditSecurityData(SDFDoc)
SecurityHandler.Clone()
SecurityHandler.InitPassword(String)
SecurityHandler.ChangeUserPassword(String)
SecurityHandler.GetUserPassword()
SecurityHandler.ChangeMasterPassword(String)
SecurityHandler.GetMasterPassword()
SecurityHandler.SetPermission(SecurityHandler.Permission, Boolean)
SecurityHandler.ChangeRevisionNumber(Int32)
SecurityHandler.GetRevisionNumber()
SecurityHandler.IsUserPasswordRequired()
SecurityHandler.IsMasterPasswordRequired()
SecurityHandler.Authorize(SecurityHandler.Permission)
SecurityHandler.FillEncryptDict(SDFDoc)
SecurityHandler.GetPermission(SecurityHandler.Permission)
SecurityHandler.GetKeyLength()
SecurityHandler.GetEncryptionAlgorithmID()
SecurityHandler.IsModified()
SecurityHandler.GetHandlerDocName()
SecurityHandler.SetModified()
SecurityHandler.SetModified(Boolean)
SecurityHandler.SetEncryptMetadata(Boolean)
SecurityHandler.IsAES()
SecurityHandler.IsAES(Obj)
SecurityHandler.IsRC4()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: pdftron.SDF
Assembly: PDFTronDotNet.dll
Syntax
public class PDFTronCustomSecurityHandler : SecurityHandler, IDisposable

Constructors

PDFTronCustomSecurityHandler(Int32)

Constructor

Declaration
public PDFTronCustomSecurityHandler(int custom_id)
Parameters
Type Name Description
System.Int32 custom_id

The user's custom ID. A random ID is suggested to make the custom security unique to the application.

Remarks

Please refer to PDFNet.AddPDFTronCustomHandler(uint custom_id) for more details.

Exceptions
Type Condition
PDFNetException

PDFNetException the PDFNet exception

Implements

System.IDisposable
Back to top Generated by DocFX