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

SignaturePolicy.Transformations Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public IList<string> Transformations { get; }

Property Value

Type Description
IList<String>

A list of policy transformations.

See Also