PdfSecurityManager Class

The PDF security manager allows you to set the security options you want to apply to the PDF document. The security options can be specified in the constructor as a PdfSecurityOptions object

Definition

Namespace: EvoPdf.PdfSecurity
Assembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
C#
public class PdfSecurityManager
Inheritance
Object    PdfSecurityManager

Constructors

PdfSecurityManager Constructs a security manager with the default security options.
PdfSecurityManager(PdfSecurityOptions) Constructs a PDF security manager with the specified security options object

Properties

LicenseKey Gets or sets the license key used by the PDF Security library

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetSecuredPdfBytes(Byte) Apply the security settings to the source PDF document and return the PDF document with security options applied
GetSecuredPdfBytes(String) Apply the security settings to the source PDF document and return the PDF document with security options applied
GetType
(Inherited from Object)
GetUnSecuredPdfBytes(Byte, String) Remove all the security settings from source PDF document and return the PDF document with security options removed
GetUnSecuredPdfBytes(String, String) Remove all the security settings from source PDF document and return the PDF document with security options removed
MemberwiseClone
(Inherited from Object)
SaveSecuredPdfToFile(Byte, String) Apply the security settings to the source PDF document and saves the PDF document in the specified destination file
SaveSecuredPdfToFile(String, String) Apply the security settings to the source PDF document and saves the PDF document in the specified destination file
SaveUnSecuredPdfToFile(Byte, String, String) Remove all the security settings from source PDF document and return the PDF document with security options removed
SaveUnSecuredPdfToFile(String, String, String) Remove all the security settings from source PDF document and return the PDF document with security options removed
ToString
(Inherited from Object)

See Also