[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev5

StandardSecurityHandlerRev5 Class

Represents Standard Security Handler Revision 5.

This handler always use AES encryption with key length of 256 bit, it is described in Adobe Supplement to the ISO 32000.

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

Constructors

Name Description
StandardSecurityHandlerRev5()

Initialize a new instance of the StandardSecurityHandlerRev5 class.

Methods

Name Description
AssignFrom(SecurityHandlerBase)

Copies all property values from another object.

SetEncryptionAlgorithm(EncryptionAlgorithm)
SetEncryptionKeyLength(int)

For internal use.

Extension Methods