SignatureStatus Enumeration (Microsoft.Office.InfoPath)
Specifies the status of a digital signature.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Syntax
'Declaration
Public Enumeration SignatureStatus
'Usage
Dim instance As SignatureStatus
public enum SignatureStatus
Members
Member name | Description | |
---|---|---|
Error | The status of the specified digital signature cannot be determined. | |
Invalid | The specified digital signature is invalid. | |
Unsupported | The specified digital signature is not supported by Microsoft Office InfoPath 2007. | |
Valid | The specified digital signature is valid. |
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 Office InfoPath 2007.