C# Class PdfRpt.Core.Security.EncryptionWorker

Applies PDF Encryption Options
显示文件 Open project: VahidN/PdfReport

Public Methods

Method Description
ApplyEncryption ( ) : void

Enable Encryption

ApplySignature ( Stream pdfStreamOutput ) : void

Applies a digital signature to a document

Private Methods

Method Description
setPasswordEncryption ( int permissions ) : void
setPublicKeyEncryption ( List permissionsList ) : void
signPasswordEncryption ( Stream pdfStreamOutput ) : void
signPublicKeyEncryption ( Stream pdfStreamOutput ) : void

Method Details

ApplyEncryption() public method

Enable Encryption
public ApplyEncryption ( ) : void
return void

ApplySignature() public method

Applies a digital signature to a document
public ApplySignature ( Stream pdfStreamOutput ) : void
pdfStreamOutput Stream
return void