SecurityTokenService.GetProofToken(RequestSecurityToken, Scope) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
응답(RSTR)에 포함될 수 있는 증명 토큰을 가져옵니다.
protected:
virtual System::IdentityModel::Tokens::ProofDescriptor ^ GetProofToken(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, System::IdentityModel::Scope ^ scope);
protected virtual System.IdentityModel.Tokens.ProofDescriptor GetProofToken (System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, System.IdentityModel.Scope scope);
abstract member GetProofToken : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * System.IdentityModel.Scope -> System.IdentityModel.Tokens.ProofDescriptor
override this.GetProofToken : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * System.IdentityModel.Scope -> System.IdentityModel.Tokens.ProofDescriptor
Protected Overridable Function GetProofToken (request As RequestSecurityToken, scope As Scope) As ProofDescriptor
매개 변수
- request
- RequestSecurityToken
들어오는 토큰 요청(RST)을 나타내는 RequestSecurityToken입니다.
반환
새로 만든 개념 설명자를 나타내는 ProofDescriptor입니다. 증명 설명자는 비대칭 증명 설명자, 대칭 증명 설명자가 되며, bearer 토큰의 경우 null
입니다.
예외
설명
이 메서드는 기본 토큰 발급 파이프라인 구현에서 호출 된 Issue 메서드.
기본 구현 증명 설명자를 반환 하거나 적절 한 예외를 throw 합니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET