WSTrustChannelClientCredentials Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
WSTrustChannelClientCredentials() | |
WSTrustChannelClientCredentials(ClientCredentials) | |
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials) |
WSTrustChannelClientCredentials()
- Исходный код:
- WsTrustChannelClientCredentials.cs
public:
WSTrustChannelClientCredentials();
public WSTrustChannelClientCredentials ();
Public Sub New ()
Применяется к
WSTrustChannelClientCredentials(ClientCredentials)
- Исходный код:
- 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
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)
Параметры
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.