Property | Type | Description |
---|
Method | Description | |
---|---|---|
EncryptedFileBuilder ( ) : PdfRpt.Core.Contracts |
ctor.
|
|
WithPassword ( string editPassword, string readPassword = "" ) : void |
Using the AES algorithm to encrypt the pdf file.
|
|
WithPermissions ( PdfRpt.Core.Contracts.DocumentPermissions documentPermissions ) : void |
Document Permissions.
|
|
WithPublicKey ( string pfxPassword, string pfxPath ) : void |
Using a personal information exchange file to encrypt the pdf file.
|
public EncryptedFileBuilder ( ) : PdfRpt.Core.Contracts | ||
return | PdfRpt.Core.Contracts |
public WithPassword ( string editPassword, string readPassword = "" ) : void | ||
editPassword | string | The owner password. It can't be null, otherwise these settings will be ignored. |
readPassword | string | The user password. It can be null. |
return | void |
public WithPermissions ( PdfRpt.Core.Contracts.DocumentPermissions documentPermissions ) : void | ||
documentPermissions | PdfRpt.Core.Contracts.DocumentPermissions | Document Permissions. |
return | void |
public WithPublicKey ( string pfxPassword, string pfxPath ) : void | ||
pfxPassword | string | Certificate file's password |
pfxPath | string | Certificate file's path |
return | void |