SignatureStatus 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.
Specifies the status of a digital signature.
public enum class SignatureStatus
public enum SignatureStatus
type SignatureStatus =
Public Enum SignatureStatus
- Inheritance
-
SignatureStatus
Fields
Name | Value | Description |
---|---|---|
Error | 0 | The status of the specified digital signature cannot be determined. |
Valid | 1 | The specified digital signature is valid. |
Invalid | 2 | The specified digital signature is invalid. |
Unsupported | 3 | The specified digital signature is not supported by Microsoft InfoPath. |
Remarks
These enumerated values are returned by the Status property of the Signature class.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.