C# Class PdfRpt.Core.Security.EncryptionWorker

Applies PDF Encryption Options
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Méthode Description
ApplyEncryption ( ) : void

Enable Encryption

ApplySignature ( Stream pdfStreamOutput ) : void

Applies a digital signature to a document

Private Methods

Méthode Description
setPasswordEncryption ( int permissions ) : void
setPublicKeyEncryption ( List permissionsList ) : void
signPasswordEncryption ( Stream pdfStreamOutput ) : void
signPublicKeyEncryption ( Stream pdfStreamOutput ) : void

Method Details

ApplyEncryption() public méthode

Enable Encryption
public ApplyEncryption ( ) : void
Résultat void

ApplySignature() public méthode

Applies a digital signature to a document
public ApplySignature ( Stream pdfStreamOutput ) : void
pdfStreamOutput Stream
Résultat void