WorkflowServiceManager.RemoveOutboundCertificateReference Method

Removes the outbound configuration for X.509 certificate.

Namespace:  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

'Declaration
Public Sub RemoveOutboundCertificateReference ( _
    thumbprint As String _
)
'Usage
Dim instance As WorkflowServiceManager 
Dim thumbprint As String

instance.RemoveOutboundCertificateReference(thumbprint)
public void RemoveOutboundCertificateReference(
    string thumbprint
)
public:
void RemoveOutboundCertificateReference(
    String^ thumbprint
)
member RemoveOutboundCertificateReference : 
        thumbprint:string -> unit
public function RemoveOutboundCertificateReference(
    thumbprint : String
)

Parameters

  • thumbprint
    Type: System.String
    The thumbprint for the X.509 certificate.

See Also

Reference

WorkflowServiceManager Class

Microsoft.Workflow.Client Namespace