PdfStandardDecryptionHandler.Password Property

Gets the password to use to decrypt a document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Password { get; }
VB
Public ReadOnly Property Password As String
	Get

Property Value

Type: String
The password to use to decrypt a document.

Remarks

When PDF document is encrypted using RC4 or AES-128 algorithms, the library converts the provided password to bytes using UTF-8 encoding.

See Also