Class PdfEncryptionDetails

Class PdfEncryptionDetails

Název místa: Aspose.Tasks.Saving Shromáždění: Aspose.Tasks.dll (25.4.0)

Obsahuje detaily pro šifrování PDF.

public class PdfEncryptionDetails

Inheritance

object PdfEncryptionDetails

Dědiční členové

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

PdfEncryptionDetails(String, String, PdfEncryptionAlgorithm)

Začíná nový příklad třídy Aspose.Tasks.Saving.PdfEncryptionDetails.

public PdfEncryptionDetails(string userPassword, string ownerPassword, PdfEncryptionAlgorithm encryptionAlgorithm)

Parameters

userPassword string

Uživatelské heslo umožňuje otevřít chráněné dokumenty.

ownerPassword string

Vlastník hesla umožňuje otevřít chráněné dokumenty.

encryptionAlgorithm PdfEncryptionAlgorithm

Aspose.Tasks.Saving.PdfEncryptionAlgorithm příklad, který naznačuje šifrovací algoritmus.

Properties

EncryptionAlgorithm

Získáte nebo nastavíte režim šifrován.

public PdfEncryptionAlgorithm EncryptionAlgorithm { get; set; }

Hodnota nemovitosti

PdfEncryptionAlgorithm

OwnerPassword

Obdržíte nebo nastavíte heslo majitele.

public string OwnerPassword { get; set; }

Hodnota nemovitosti

string

Remarks

Otevření dokumentu s správným heslem majitele (podle předpokladu, že nenístejné jako uživatelské heslo) umožňuje úplný (vlastník) přístup k dokumentu.neomezený přístup zahrnuje možnost změny hesla dokumentu apřístupové oprávněn.

Permissions

Získejte nebo udělejte povolen.

public PdfPermissions Permissions { get; set; }

Hodnota nemovitosti

PdfPermissions

UserPassword

Dostane nebo nastaví uživatelské heslo.

public string UserPassword { get; set; }

Hodnota nemovitosti

string

Remarks

Otevření dokumentu správným uživatelským heslem (nebo otevření dokumentukterý nemá uživatelské heslo) umožňuje dodatečné operaceprovedeno v souladu s uživatelskými přístupovými povoleními uvedenými v dokumentuifrovací slovník.

 Čeština