次の方法で共有


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)

パラメーター

適用対象