IEndpointIdentityProvider.GetIdentityOfSelf(SecurityTokenRequirement) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera tożsamość bieżącego punktu końcowego na podstawie przetworzonych wymagań dotyczących tokenów zabezpieczających.
public:
System::ServiceModel::EndpointIdentity ^ GetIdentityOfSelf(System::IdentityModel::Selectors::SecurityTokenRequirement ^ tokenRequirement);
public System.ServiceModel.EndpointIdentity GetIdentityOfSelf (System.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement);
abstract member GetIdentityOfSelf : System.IdentityModel.Selectors.SecurityTokenRequirement -> System.ServiceModel.EndpointIdentity
Public Function GetIdentityOfSelf (tokenRequirement As SecurityTokenRequirement) As EndpointIdentity
Parametry
- tokenRequirement
- SecurityTokenRequirement
SecurityTokenRequirementZawiera opis wymagań dotyczących tokenów zabezpieczających.
Zwraca
EndpointIdentityBieżący punkt końcowy.
Uwagi
tokenRequirement
Parametr zawiera informacje o powiązaniu punktu końcowego, który jest zazwyczaj używany podczas określania EndpointIdentity dla punktu końcowego. Na przykład jeśli powiązanie jest skonfigurowane do uwierzytelniania opartego na protokole Kerberos, zwrócona tożsamość domyślna to ServicePrincipalName
(SPN) lub UserPrincipalName
(UPN).