Certificate.Status property

Returns the status of the digital certificate.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
ReadOnly Property Status As XdCertificateStatus
    Get
'Usage
Dim instance As Certificate
Dim value As XdCertificateStatus

value = instance.Status
XdCertificateStatus Status { get; }

Property value

Type: Microsoft.Office.Interop.InfoPath.XdCertificateStatus

Remarks

The status that is returned is one of the XdCertificateStatus enumerated constants.

See also

Reference

Certificate interface

Certificate members

Microsoft.Office.Interop.InfoPath namespace