C# 클래스 PdfRpt.Core.Security.EncryptionWorker

Applies PDF Encryption Options
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 메소드들

메소드 설명
ApplyEncryption ( ) : void

Enable Encryption

ApplySignature ( Stream pdfStreamOutput ) : void

Applies a digital signature to a document

비공개 메소드들

메소드 설명
setPasswordEncryption ( int permissions ) : void
setPublicKeyEncryption ( List permissionsList ) : void
signPasswordEncryption ( Stream pdfStreamOutput ) : void
signPublicKeyEncryption ( Stream pdfStreamOutput ) : void

메소드 상세

ApplyEncryption() 공개 메소드

Enable Encryption
public ApplyEncryption ( ) : void
리턴 void

ApplySignature() 공개 메소드

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