Metodo WorkflowServiceManager.RemoveOutboundCertificateReference

Rimuove la configurazione in uscita per il certificato X.509.

Spazio dei nomi  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

'Dichiarazione
Public Sub RemoveOutboundCertificateReference ( _
    thumbprint As String _
)
'Utilizzo
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
)

Parametri

  • thumbprint
    Tipo: System.String
    Identificazione personale per il certificato X.509.

Vedere anche

Riferimento

WorkflowServiceManager Classe

Spazio dei nomi Microsoft.Workflow.Client