WorkflowServiceManager.RemoveOutboundCertificateReference メソッド

X.509 証明書の送信構成を削除します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Sub RemoveOutboundCertificateReference ( _
    thumbprint As String _
)
'使用
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
)

パラメーター

  • thumbprint
    型: System.String
    X.509 証明書のサムプリント。

関連項目

参照

WorkflowServiceManager クラス

Microsoft.Workflow.Client 名前空間