Class EncryptionOptions

Class EncryptionOptions

De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.5.0)

Vertegenwoordigt Encryptie Opties voor Aspose.Pdf.Plugins.Security plugin.

public class EncryptionOptions : OrganizerBaseOptions, IPluginOptions

Inheritance

object OrganizerBaseOptions EncryptionOptions

Implements

IPluginOptions

Geëerbiede leden

OrganizerBaseOptions.AddInput(IDataSource) , OrganizerBaseOptions.AddOutput(IDataSource) , OrganizerBaseOptions.Inputs , OrganizerBaseOptions.Outputs , OrganizerBaseOptions.CloseInputStreams , OrganizerBaseOptions.CloseOutputStreams , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EncryptionOptions(string, string, DocumentPrivilege, CryptoAlgorithm)

Initialiseren nieuwe instantie van de Aspose.Pdf.Plugins.EncryptionOptions object met standaard opties.

public EncryptionOptions(string ownerPassword, string userPassword, DocumentPrivilege documentPrivilege, CryptoAlgorithm cryptoAlgorithm = CryptoAlgorithm.AESx256)

Parameters

ownerPassword string

De eigenaar wachtwoord.

userPassword string

Gebruikerswachtwoord .

documentPrivilege DocumentPrivilege

documenten vergunningen.

cryptoAlgorithm CryptoAlgorithm

De cryptografische algoritme.

Properties

CryptoAlgorithm

Cryptographic algorithm, zie Aspose.Pdf.Plugins.EncryptionOptions.CryptoAlgorithm voor details.

public CryptoAlgorithm CryptoAlgorithm { get; set; }

Eigendomswaarde

CryptoAlgorithm

DocumentPrivilege

Documentvergunningen, zie Aspose.Pdf.Permissions voor details.

public DocumentPrivilege DocumentPrivilege { get; set; }

Eigendomswaarde

DocumentPrivilege

OwnerPassword

De eigenaar wachtwoord.

public string OwnerPassword { get; set; }

Eigendomswaarde

string

UserPassword

Gebruikerswachtwoord .

public string UserPassword { get; set; }

Eigendomswaarde

string

 Nederlands