[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.StandardSecurityHandlerRev4

StandardSecurityHandlerRev4 Class

Represents Standard Security Handler Revision 4.

This handler can use RC4 encryption with key 40-128 bit or AES encryption with 128 bit key and allows to define additional permission flags.

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

Constructors

Name Description
StandardSecurityHandlerRev4()

Initialize a new instance of the StandardSecurityHandlerRev4 class.

Properties

Name Description
EncryptMetadata

Gets or sets a value indicating whether the document-level metadata stream is to be encrypted.

EncryptStreams

Gets or sets a value indicating whether streams should be encrypted.

EncryptStrings

Gets or sets a value indicating whether strings should be encrypted.

EncryptionAlgorithm

Gets or sets the encryption algorithm to use.

Methods

Extension Methods