[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev6

StandardSecurityHandlerRev6 Class

Represents Standard Security Handler Revision 6.

This handler always use AES encryption with key length of 256 bit, it is described in PDF 2.0 specification.

Implements
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public class StandardSecurityHandlerRev6 : StandardSecurityHandlerRev5, IPdfDict, IDisposable
Public Class StandardSecurityHandlerRev6
    Inherits StandardSecurityHandlerRev5
    Implements IPdfDict, IDisposable

Constructors

Name Description
StandardSecurityHandlerRev6()

Initialize a new instance of the StandardSecurityHandlerRev6 class.

Extension Methods