IdentityVerifier.TryGetIdentity(EndpointAddress, EndpointIdentity) Méthode
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.
Tente de créer une identité à partir d'un point de terminaison.
public:
abstract bool TryGetIdentity(System::ServiceModel::EndpointAddress ^ reference, [Runtime::InteropServices::Out] System::ServiceModel::EndpointIdentity ^ % identity);
public abstract bool TryGetIdentity (System.ServiceModel.EndpointAddress reference, out System.ServiceModel.EndpointIdentity identity);
abstract member TryGetIdentity : System.ServiceModel.EndpointAddress * EndpointIdentity -> bool
Public MustOverride Function TryGetIdentity (reference As EndpointAddress, ByRef identity As EndpointIdentity) As Boolean
Paramètres
- reference
- EndpointAddress
L'EndpointAddress à utiliser pour créer l'identité.
- identity
- EndpointIdentity
L'EndpointIdentity retournée.
Retours
true
si l'identité est retournée ; sinon, false
. La valeur par défaut est false
.
Remarques
Le IdentityVerifier par défaut crée une DnsEndpointIdentity sur la base de la portion du nom d'hôte de l'Uri si une EndpointIdentity explicite n'a pas été spécifiée dans le cadre de l'EndpointAddress.