Class PdfEncryptionDetails
Pôvodný názov: Aspose.Page.XPS.Presentation.Pdf Zhromaždenie: Aspose.Page.dll (25.4.0)
Obsahuje podrobnosti o šifrovaní PDF.
public class PdfEncryptionDetails
Inheritance
Z dedičných členov
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
PdfEncryptionDetails(String, string, int, PdfEncryptionAlgorithm)
Initalizuje novú inštanciu triedy Aspose.Rendering.Pdf.PDFEncryptionDetailsCore.
public PdfEncryptionDetails(string userPassword, string ownerPassword, int permissions, PdfEncryptionAlgorithm encryptionAlgorithm)
Parameters
userPassword
string
Užívateľské heslo .
ownerPassword
string
Vlastník hesla.
permissions
int
a ich povolenia.
encryptionAlgorithm
PdfEncryptionAlgorithm
Šifrovanie algoritmu.
Properties
EncryptionAlgorithm
Získajte alebo nastavíte režim šifrovania.
public PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }
Hodnota nehnuteľnosti
OwnerPassword
Získať alebo nastaviť heslo majiteľa.
public string OwnerPassword { get; set; }
Hodnota nehnuteľnosti
Remarks
Otvorenie dokumentu s správnym heslom majiteľa (podľa predpokladu, že nie jerovnaký ako užívateľské heslo) umožňuje úplný (vlastník) prístup k dokumentu.neobmedzený prístup zahŕňa možnosť zmeniť heslá dokumentu aprístupové povolenia .
Permissions
Dostane alebo udelí povolenia.
public int Permissions { get; set; }
Hodnota nehnuteľnosti
UserPassword
Dostane alebo nastaví používateľské heslo.
public string UserPassword { get; set; }
Hodnota nehnuteľnosti
Remarks
Otvorenie dokumentu správnym užívateľským heslom (alebo otvorenie dokumentu)ktorý nemá užívateľské heslo) umožňuje dodatočné operácievykonávané v súlade s povolením prístupu používateľa uvedeným v dokumenteŠifrovanie slovníka .