FormsService.SetCertificateDisabled 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 Sub SetCertificateDisabled ( _
thumbprint As String, _
value As Boolean _
)
'Usage
Dim instance As FormsService
Dim thumbprint As String
Dim value As Boolean
instance.SetCertificateDisabled(thumbprint, _
value)
public void SetCertificateDisabled(
string thumbprint,
bool value
)
Parameters
- thumbprint
Type: System.String
- value
Type: System.Boolean