Skip to main content
All docs
V23.2

SignatureValidationOptions.DecryptionPassword Property

Gets or sets a password used to open an encrypted a document.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public string DecryptionPassword { get; set; }

Property Value

Type Description
String

The password string.

See Also