SignatureLineImage 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 the signature line image.
public enum class SignatureLineImage
public enum SignatureLineImage
type SignatureLineImage =
Public Enum SignatureLineImage
- Inheritance
-
SignatureLineImage
Fields
Name | Value | Description |
---|---|---|
siglnimgSoftwareRequired | 0 | The SoftwareRequired image. |
siglnimgUnsigned | 1 | The Unsigned image. |
siglnimgSignedValid | 2 | The SignedValid image. |
siglnimgSignedInvalid | 3 | The SignedInvalid image. |
siglnimgSigned | 4 |