ServiceCredentialsSecurityTokenManager.GetIdentityOfSelf 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 element EndpointIdentity na podstawie wymagania dotyczącego tokenu zabezpieczającego.
public:
virtual System::ServiceModel::EndpointIdentity ^ GetIdentityOfSelf(System::IdentityModel::Selectors::SecurityTokenRequirement ^ tokenRequirement);
public virtual System.ServiceModel.EndpointIdentity GetIdentityOfSelf (System.IdentityModel.Selectors.SecurityTokenRequirement tokenRequirement);
abstract member GetIdentityOfSelf : System.IdentityModel.Selectors.SecurityTokenRequirement -> System.ServiceModel.EndpointIdentity
override this.GetIdentityOfSelf : System.IdentityModel.Selectors.SecurityTokenRequirement -> System.ServiceModel.EndpointIdentity
Public Overridable Function GetIdentityOfSelf (tokenRequirement As SecurityTokenRequirement) As EndpointIdentity
Parametry
- tokenRequirement
- SecurityTokenRequirement
Wymaganie dotyczące tokenu zabezpieczającego.
Zwraca
Tożsamość punktu końcowego odpowiadająca elementowi tokenRequirement
. null
jest zwracany, jeśli nie można utworzyć tożsamości na podstawie elementu tokenRequirement
.
Implementuje
Wyjątki
tokenRequirement
to null
.
Uwagi
Ta metoda jest wywoływana przez infrastrukturę WCF w celu uzyskania EndpointIdentity elementu odpowiadającego punktowi końcowemu usługi.