Class PdfEncryptionInfo

Class PdfEncryptionInfo

Název místa: Aspose.Html.Rendering.Pdf.Encryption Sbírka: Aspose.HTML.dll (25.4.0)

Obsahuje detaily pro šifrování PDF.

[ComVisible(true)]
public class PdfEncryptionInfo

Inheritance

object PdfEncryptionInfo

Dědiční členové

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

Constructors

PdfEncryptionInfo(řetěz, řetěz, PdfPermissions, PdfEncryptionAlgorithm)

Začíná nový příklad třídy Aspose.Html.Rendering.Pdf.Encryption.PdfEncryptionInfo.

public PdfEncryptionInfo(string userPassword, string ownerPassword, PdfPermissions permissions, PdfEncryptionAlgorithm encryptionAlgorithm)

Parameters

userPassword string

Uživatelské heslo.

ownerPassword string

Vlastník hesla.

permissions PdfPermissions

a jejich povolen.

encryptionAlgorithm PdfEncryptionAlgorithm

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