ExchangeCredentials.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(CredentialCache to ExchangeCredentials) |
Effectue une conversion implicite à partir d’un objet de classe T:System.Net.CredentialCacheExchangeCredentials . |
Implicit(NetworkCredential to ExchangeCredentials) |
Effectue une conversion implicite des informations d’identification System.Net en informations d’identification Exchange. Cela active un objet T:System.Net.NetworkCredentialExchangeCredentials , ce qui est utile lors de la définition d’informations d’identification sur un objet de ExchangeService classe. |
Implicit(CredentialCache to ExchangeCredentials)
Effectue une conversion implicite à partir d’un objet de classe T:System.Net.CredentialCacheExchangeCredentials .
public:
static operator Microsoft::Exchange::WebServices::Data::ExchangeCredentials ^(System::Net::CredentialCache ^ credentials);
public static implicit operator Microsoft.Exchange.WebServices.Data.ExchangeCredentials (System.Net.CredentialCache credentials);
Public Shared Widening Operator CType (credentials As CredentialCache) As ExchangeCredentials
Paramètres
- credentials
- CredentialCache
Informations d’identification à convertir.
Retours
Résultat de la conversion.
S’applique à
Implicit(NetworkCredential to ExchangeCredentials)
Effectue une conversion implicite des informations d’identification System.Net en informations d’identification Exchange. Cela active un objet T:System.Net.NetworkCredentialExchangeCredentials , ce qui est utile lors de la définition d’informations d’identification sur un objet de ExchangeService classe.
public:
static operator Microsoft::Exchange::WebServices::Data::ExchangeCredentials ^(System::Net::NetworkCredential ^ credentials);
public static implicit operator Microsoft.Exchange.WebServices.Data.ExchangeCredentials (System.Net.NetworkCredential credentials);
Public Shared Widening Operator CType (credentials As NetworkCredential) As ExchangeCredentials
Paramètres
- credentials
- NetworkCredential
Informations d’identification.
Retours
Résultat de la conversion.