다음을 통해 공유


X509SecurityTokenHandler 생성자

정의

X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

오버로드

X509SecurityTokenHandler()

기본값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

X509SecurityTokenHandler(Boolean)

인증서가 Windows 계정으로 매핑되어야 하는지 여부를 나타내는 값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

X509SecurityTokenHandler(X509CertificateValidator)

지정된 인증서 유효성 검사기를 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

X509SecurityTokenHandler(Boolean, X509CertificateValidator)

인증서를 Windows 계정 및 지정된 인증서 검사기에 매핑해야 하는지 여부를 나타내는 값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

X509SecurityTokenHandler()

기본값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

public:
 X509SecurityTokenHandler();
public X509SecurityTokenHandler ();
Public Sub New ()

설명

합니다 MapToWindows 속성이 falsePeerOrChainTrust 유효성 검사기의 기본 인증서 유효성 검사기로 사용 됩니다.

적용 대상

X509SecurityTokenHandler(Boolean)

인증서가 Windows 계정으로 매핑되어야 하는지 여부를 나타내는 값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

public:
 X509SecurityTokenHandler(bool mapToWindows);
public X509SecurityTokenHandler (bool mapToWindows);
new System.IdentityModel.Tokens.X509SecurityTokenHandler : bool -> System.IdentityModel.Tokens.X509SecurityTokenHandler
Public Sub New (mapToWindows As Boolean)

매개 변수

mapToWindows
Boolean

인증서가 Windows 계정에 매핑되면 true이고, 그렇지 않으면 false입니다. MapToWindows 속성을 설정합니다.

설명

PeerOrChainTrust 유효성 검사기의 기본 인증서 유효성 검사기로 사용 됩니다.

적용 대상

X509SecurityTokenHandler(X509CertificateValidator)

지정된 인증서 유효성 검사기를 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

public:
 X509SecurityTokenHandler(System::IdentityModel::Selectors::X509CertificateValidator ^ certificateValidator);
public X509SecurityTokenHandler (System.IdentityModel.Selectors.X509CertificateValidator certificateValidator);
new System.IdentityModel.Tokens.X509SecurityTokenHandler : System.IdentityModel.Selectors.X509CertificateValidator -> System.IdentityModel.Tokens.X509SecurityTokenHandler
Public Sub New (certificateValidator As X509CertificateValidator)

매개 변수

certificateValidator
X509CertificateValidator

사용할 인증서 유효성 검사기입니다. CertificateValidator 속성을 설정합니다.

설명

MapToWindows 속성은 false로 설정됩니다.

적용 대상

X509SecurityTokenHandler(Boolean, X509CertificateValidator)

인증서를 Windows 계정 및 지정된 인증서 검사기에 매핑해야 하는지 여부를 나타내는 값을 사용하여 X509SecurityTokenHandler 클래스의 새 인스턴스를 초기화합니다.

public:
 X509SecurityTokenHandler(bool mapToWindows, System::IdentityModel::Selectors::X509CertificateValidator ^ certificateValidator);
public X509SecurityTokenHandler (bool mapToWindows, System.IdentityModel.Selectors.X509CertificateValidator certificateValidator);
new System.IdentityModel.Tokens.X509SecurityTokenHandler : bool * System.IdentityModel.Selectors.X509CertificateValidator -> System.IdentityModel.Tokens.X509SecurityTokenHandler
Public Sub New (mapToWindows As Boolean, certificateValidator As X509CertificateValidator)

매개 변수

mapToWindows
Boolean

인증서가 Windows 계정에 매핑되면 true이고, 그렇지 않으면 false입니다. MapToWindows 속성을 설정합니다.

certificateValidator
X509CertificateValidator

사용할 인증서 유효성 검사기입니다. CertificateValidator 속성을 설정합니다.

적용 대상