SignatureStatus enumeration

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.
Valid The specified digital signature is valid.
Invalid The specified digital signature is invalid.
Unsupported 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.

See also

Reference

Microsoft.Office.InfoPath namespace