WSTrustChannelClientCredentials Constructors

Definition

Overloads

WSTrustChannelClientCredentials()
WSTrustChannelClientCredentials(ClientCredentials)
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

WSTrustChannelClientCredentials()

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

Applies to

WSTrustChannelClientCredentials(ClientCredentials)

Source:
WsTrustChannelClientCredentials.cs
Source:
WsTrustChannelClientCredentials.cs
Source:
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)

Parameters

clientCredentials
ClientCredentials

Applies to

WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)

Source:
WsTrustChannelClientCredentials.cs
Source:
WsTrustChannelClientCredentials.cs
Source:
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)

Parameters

Applies to