SignatureCheckType Enum
Lists values used to specify the signature validation type.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Members
Name | Description |
---|---|
None
|
No check. |
Signature
|
Checks whether the signature file is in the package. |
Signature
|
Checks whether the signature XML node is found. |
Signature
|
Checks the signature integrity. |
Signature
|
Checks whether the signature certificate node is found. |
Signature
|
Checks whether the signature certificate is valid. |
Signature
|
Checks whether the contents of the certificate’s Key Usage extension complies with the certificate. |
Signature
|
Checks whether the certificate has expired or its validity period has not started yet. |
Package
|
Checks whether the package file is found. |
Package
|
Checks whether the package file’s hash is verified. |
Timestamp
|
Checks whether the timestamp matches the signature. |
Timestamp
|
Checks whether the timestamp signer’s certificate is found. |
Timestamp
|
Checks whether the timestamp certificate is valid. |
Timestamp
|
Checks whether the contents of the timestamp certificate’s Key Usage extension complies with the certificate. |
Timestamp
|
Checks whether the timestamp’s certificate’s validity period is active. |
Timestamp
|
Checks whether the timestamp signer is valid. |
All
|
All check types. |
#Related API Members
The following properties accept/return SignatureCheckType values: