FormsService.GetCertificate Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Function GetCertificate ( _
    disabled As Boolean _
) As String
'Usage
Dim instance As FormsService
Dim disabled As Boolean
Dim returnValue As String

returnValue = instance.GetCertificate(disabled)
public string GetCertificate(
    bool disabled
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace