Поделиться через


WSTrustChannelClientCredentials Конструкторы

Определение

Перегрузки

WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

WSTrustChannelClientCredentials()

Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
WsTrustChannelClientCredentials.cs
public:
 WSTrustChannelClientCredentials();
public WSTrustChannelClientCredentials ();
Public Sub New ()

Применяется к

WSTrustChannelClientCredentials(ClientCredentials)

Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
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)

Параметры

clientCredentials
ClientCredentials

Применяется к

WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
WsTrustChannelClientCredentials.cs
Исходный код:
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)

Параметры

Применяется к