Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

SignatureValidationOptions.DecryptionPassword Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v21.1.dll

Declaration

public string DecryptionPassword { get; set; }

Property Value

Type Description
String

The password string.

See Also