Skip to main content
All docs
V23.2

SignaturePolicy.Transformations Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.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