SignatureDetail Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates additional information about a signature.
public enum class SignatureDetail
public enum SignatureDetail
type SignatureDetail =
Public Enum SignatureDetail
- Inheritance
-
SignatureDetail
Fields
Name | Value | Description |
---|---|---|
sigdetLocalSigningTime | 0 | Specifies the local signing time. |
sigdetApplicationName | 1 | Specifies the application name. |
sigdetApplicationVersion | 2 | Specifies the application version. |
sigdetOfficeVersion | 3 | Specifies the Office version. |
sigdetWindowsVersion | 4 | Specifies the Windows version. |
sigdetNumberOfMonitors | 5 | Specifies the number of monitors |
sigdetHorizResolution | 6 | Specifies the horizontal resolution. |
sigdetVertResolution | 7 | Specifies the vertical resolution. |
sigdetColorDepth | 8 | Specifies the color depth. |
sigdetSignedData | 9 | Specifies the signed data. |
sigdetDocPreviewImg | 10 | Specifies the document preview image. |
sigdetIPFormHash | 11 | Specifies the IP form hash. |
sigdetIPCurrentView | 12 | Specifies the IP current view. |
sigdetSignatureType | 13 | Specifies the signature type. |
sigdetHashAlgorithm | 14 | Specifies the hash algorithm. |
sigdetShouldShowViewWarning | 15 | Specifies the Should Show View Warning setting. |
sigdetDelSuggSigner | 16 | Specifies the suggested signer delegate. |
sigdetDelSuggSignerSet | 17 | Specifies the set of suggested signer's delegates. |
sigdetDelSuggSignerLine2 | 18 | Specifies the suggested signer's delegate's signature line. |
sigdetDelSuggSignerLine2Set | 19 | Specifies the set of suggested signer's delegate's signature lines. |
sigdetDelSuggSignerEmail | 20 | Specifies the suggested signer's delegate's e-mail. |
sigdetDelSuggSignerEmailSet | 21 | Indicates whether an email for a suggested signer delegate has been specified. |