Class EncryptionOptions
Pôvodný názov: Aspose.Pdf.Plugins Zhromaždenie: Aspose.PDF.dll (25.4.0)
Predstavuje možnosti šifrovania pre aplikáciu Aspose.Pdf.Plugins.Security plugin.
public class EncryptionOptions : OrganizerBaseOptions, IPluginOptions
Inheritance
object ← OrganizerBaseOptions ← EncryptionOptions
Implements
Z dedičných členov
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(struny, struny, DocumentPrivilege, CryptoAlgorithm)
Initalizuje nový príklad objektu Aspose.Pdf.Plugins.EncryptionOptions s predvolenými možnosťami.
public EncryptionOptions(string ownerPassword, string userPassword, DocumentPrivilege documentPrivilege, CryptoAlgorithm cryptoAlgorithm = CryptoAlgorithm.AESx256)
Parameters
ownerPassword
string
Vlastník hesla.
userPassword
string
Užívateľské heslo .
documentPrivilege
DocumentPrivilege
Dokladové povolenia .
cryptoAlgorithm
CryptoAlgorithm
Kryptografický algoritmus
Properties
CryptoAlgorithm
Kryptografický algoritmus, pozri Aspose.Pdf.Plugins.EncryptionOptions.CryptoAlgorithm pre podrobnosti.
public CryptoAlgorithm CryptoAlgorithm { get; set; }
Hodnota nehnuteľnosti
DocumentPrivilege
Dokumentové povolenia, pozri Aspose.Pdf.Permissions pre podrobnosti.
public DocumentPrivilege DocumentPrivilege { get; set; }
Hodnota nehnuteľnosti
OwnerPassword
Vlastník hesla.
public string OwnerPassword { get; set; }
Hodnota nehnuteľnosti
UserPassword
Užívateľské heslo .
public string UserPassword { get; set; }