Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.PdfCertificateSecurityHandler Class Reference

Represents types of Pdf Certificate Security Handler. More...

Inheritance diagram for SolidFramework.Pdf.PdfCertificateSecurityHandler:
SolidFramework.Pdf.PdfSecurityHandler

Public Member Functions

override void Dispose ()
 
bool Equals (SolidFramework.Pdf.PdfSecurityHandler other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Pdf.PdfSecurityHandler obj1, SolidFramework.Pdf.PdfSecurityHandler obj2)
 
static bool operator!= (SolidFramework.Pdf.PdfSecurityHandler obj1, SolidFramework.Pdf.PdfSecurityHandler obj2)
 

Properties

bool IsOwner [get]
 Gets a value indicating whether this instance is owner. More...
 
SolidFramework.Pdf.AccessPermissions Permissions [get]
 Gets the permissions. More...
 
SolidFramework.Pdf.EncryptionAlgorithm EncryptionAlgorithm [get]
 Gets the encryption algorithm. More...
 

Detailed Description

Represents types of Pdf Certificate Security Handler.

Member Function Documentation

◆ Dispose()

override void SolidFramework.Pdf.PdfCertificateSecurityHandler.Dispose ( )
virtual

Property Documentation

◆ EncryptionAlgorithm

SolidFramework.Pdf.EncryptionAlgorithm SolidFramework.Pdf.PdfSecurityHandler.EncryptionAlgorithm
getinherited

Gets the encryption algorithm.

The encryption algorithm.

◆ IsOwner

bool SolidFramework.Pdf.PdfSecurityHandler.IsOwner
getinherited

Gets a value indicating whether this instance is owner.

true if this instance is owner; otherwise, false.

◆ Permissions

SolidFramework.Pdf.AccessPermissions SolidFramework.Pdf.PdfSecurityHandler.Permissions
getinherited

Gets the permissions.

The permissions.