[]
Base abstract class defining PDF Security Handler.
public abstract class SecurityHandlerBase : PdfDictWrapper, IPdfDict, IDisposable
Initializes a new instance of the SecurityHandlerBase class.
public SecurityHandlerBase()
Copies all property values from another object.
public virtual void AssignFrom(SecurityHandlerBase source)
source
SecurityHandlerBaseThe source object.
Create copy of this SecurityHandlerBase.
public SecurityHandlerBase Clone()
Releases all resources used by the SecurityHandlerBase.
public void Dispose()
Releases the unmanaged resources used by the SecurityHandlerBase and optionally releases the managed resources.
protected virtual void Dispose(bool disposing)
disposing
boolReleases unmanaged resources and performs other cleanup operations before the SecurityHandlerBase is reclaimed by garbage collection.
protected ~SecurityHandlerBase()