ServiceCredentialsSecurityTokenManager.GetIdentityOfSelf 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據安全性權杖需求,取得 EndpointIdentity。
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
參數
- tokenRequirement
- SecurityTokenRequirement
安全性權杖的需求。
傳回
對應至 tokenRequirement
的端點身分識別。 如果無法從 null
建立身分識別,則會傳回 tokenRequirement
。
實作
例外狀況
tokenRequirement
為 null
。
備註
WCF 基礎結構會呼叫這個方法,以取得 EndpointIdentity 對應至服務端點的 。