다음을 통해 공유


ServiceCredentialsSecurityTokenManager.GetIdentityOfSelf 메서드

정의

보안 토큰 요구 사항을 기반으로 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

보안 토큰 요구 사항입니다.

반환

EndpointIdentity

tokenRequirement에 해당하는 엔드포인트 ID입니다. null에서 ID를 만들 수 없을 경우 tokenRequirement이 반환됩니다.

구현

예외

tokenRequirement이(가) null인 경우

설명

이 메서드는 WCF 인프라 가져오기에 EndpointIdentity 서비스 엔드포인트에 해당 하는 합니다.

적용 대상