Sdílet prostřednictvím


WSTrustChannelClientCredentials Konstruktory

Definice

Přetížení

WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

WSTrustChannelClientCredentials()

Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
public:
 WSTrustChannelClientCredentials();
public WSTrustChannelClientCredentials ();
Public Sub New ()

Platí pro

WSTrustChannelClientCredentials(ClientCredentials)

Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
public:
 WSTrustChannelClientCredentials(System::ServiceModel::Description::ClientCredentials ^ clientCredentials);
public WSTrustChannelClientCredentials (System.ServiceModel.Description.ClientCredentials clientCredentials);
new System.ServiceModel.Federation.WSTrustChannelClientCredentials : System.ServiceModel.Description.ClientCredentials -> System.ServiceModel.Federation.WSTrustChannelClientCredentials
Public Sub New (clientCredentials As ClientCredentials)

Parametry

clientCredentials
ClientCredentials

Platí pro

WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
Zdroj:
WsTrustChannelClientCredentials.cs
protected:
 WSTrustChannelClientCredentials(System::ServiceModel::Federation::WSTrustChannelClientCredentials ^ other);
protected WSTrustChannelClientCredentials (System.ServiceModel.Federation.WSTrustChannelClientCredentials other);
new System.ServiceModel.Federation.WSTrustChannelClientCredentials : System.ServiceModel.Federation.WSTrustChannelClientCredentials -> System.ServiceModel.Federation.WSTrustChannelClientCredentials
Protected Sub New (other As WSTrustChannelClientCredentials)

Parametry

Platí pro