X509SecurityTokenProvider 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SOAP 메시지를 보낸 사람에게 X509SecurityToken 보안 토큰을 제공하는 보안 토큰 공급자를 나타냅니다.
public ref class X509SecurityTokenProvider : System::IdentityModel::Selectors::SecurityTokenProvider, IDisposable
public class X509SecurityTokenProvider : System.IdentityModel.Selectors.SecurityTokenProvider, IDisposable
type X509SecurityTokenProvider = class
inherit SecurityTokenProvider
interface IDisposable
Public Class X509SecurityTokenProvider
Inherits SecurityTokenProvider
Implements IDisposable
- 상속
- 구현
설명
대부분의 경우 X509SecurityTokenProvider 클래스는 클라이언트가 X509SecurityToken 보안 토큰이 필요한 SOAP 메시지를 보낼 때 호출되기 때문에 직접 호출할 필요가 없습니다. 클라이언트는 ClientCredentials 클래스를 사용하여 필요한 보안 토큰의 형식을 지정하고 ClientCredentials 클래스는 GetToken 메서드를 호출하여 보안 토큰을 가져옵니다. 필요한 보안 토큰이 X509SecurityToken 보안 토큰인 경우 GetToken 메서드는 GetTokenCore 메서드를 호출합니다.
생성자
X509SecurityTokenProvider(StoreLocation, StoreName, X509FindType, Object) |
지정된 인증서 저장소 기준에서 X.509 인증서를 가져와 X509SecurityTokenProvider 클래스의 새 인스턴스를 초기화합니다. |
X509SecurityTokenProvider(X509Certificate2) |
지정된 X.509 인증서를 사용하여 X509SecurityTokenProvider 클래스의 새 인스턴스를 초기화합니다. |
속성
Certificate |
X509SecurityToken 보안 토큰과 연결된 X.509 인증서를 가져옵니다. |
SupportsTokenCancellation |
보안 토큰을 취소할 수 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 SecurityTokenProvider) |
SupportsTokenRenewal |
보안 토큰을 갱신할 수 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 SecurityTokenProvider) |
메서드
적용 대상
추가 정보
.NET