SignaturePolicy Properties
Contains signature policy options.| Name | Description |
|---|---|
| Description | Gets or sets the policy description. |
| DigestMethod | Gets or sets the signature digest method (the algorithm used to hash the policy). |
| DigestValue | Gets or sets the policy digest value. |
| Identifier | Gets or sets the explicit and unambiguous identifier of a signature policy. |
| IsImplied | Gets or sets whether or not the implied way to identify the signature policy is used instead of the identifier and hash value. |
| Transformations | Gets transformations applied to the policy XML file before computing its hash. |
See Also