ServiceCredentialsSecurityTokenManager.GetIdentityOfSelf Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
EndpointIdentity Získá na základě požadavku na token zabezpečení.
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
Požadavek na token zabezpečení
Návraty
Identita koncového bodu, která odpovídá bodě tokenRequirement
. null
je vrácena, pokud nelze vytvořit identitu z objektu tokenRequirement
.
Implementuje
Výjimky
tokenRequirement
je null
.
Poznámky
Tato metoda je volána infrastrukturou WCF k získání EndpointIdentity , která odpovídá koncovému bodu služby.