WSTrustChannelClientCredentials Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WSTrustChannelClientCredentials() | |
WSTrustChannelClientCredentials(ClientCredentials) | |
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials) |
WSTrustChannelClientCredentials()
public:
WSTrustChannelClientCredentials();
public WSTrustChannelClientCredentials ();
Public Sub New ()
Se aplica a
WSTrustChannelClientCredentials(ClientCredentials)
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)
Parámetros
- clientCredentials
- ClientCredentials
Se aplica a
WSTrustChannelClientCredentials(WSTrustChannelClientCredentials)
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)
Parámetros
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.