Skip to main content
All docs
V25.1
  • SignaturePolicy.Transformations Property

    Gets transformations applied to the policy XML file before computing its hash.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public IList<string> Transformations { get; }

    Property Value

    Type Description
    IList<String>

    A list of policy transformations.

    See Also