Skip to main content
All docs
V25.1
  • SignatureValidationOptions.DecryptionPassword Property

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

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public string DecryptionPassword { get; set; }

    Property Value

    Type Description
    String

    The password string.

    See Also