AuthenticationMethods 클래스

정의

잘 알려진 지원되는 인증 방법에 대한 상수를 정의합니다. SAML 인증 방법에 대한 상수를 정의합니다.

public ref class AuthenticationMethods abstract sealed
public static class AuthenticationMethods
type AuthenticationMethods = class
Public Class AuthenticationMethods
상속
AuthenticationMethods

설명

이러한 상수는 잘 알려진 인증 방법에 대 한 Uri를 정의합니다. 이러한 인증 방법은 잘 알려진 SAML 인증 메서드에 매핑합니다.

필드

HardwareToken

하드웨어 토큰(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken)을 사용하는 인증입니다.

Kerberos

Kerberos 프로토콜(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos)을 사용하는 인증입니다.

Namespace

잘 알려진 인증 방법(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/)에 대한 네임스페이스입니다.

Password

암호(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password)를 사용하는 인증입니다.

Pgp

신뢰 PGP 웹에 의해 인증된 키(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp)를 사용하는 인증입니다.

SecureRemotePassword

보안 원격 암호 프로토콜(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword)을 사용하는 인증입니다.

Signature

XML 디지털 서명(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature)을 사용하는 인증입니다.

Smartcard

스마트카드(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard)를 사용하는 인증입니다.

SmartcardPki

스마트카드 PKI(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki)를 사용하는 인증입니다.

Spki

SPKI PKI(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki)를 사용하여 인증된 키에 대한 인증입니다.

TlsClient

인증서 기반의 클라이언트 인증(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient)과 함께 SSL 또는 TLS 프로토콜을 사용하는 인증입니다.

Unspecified

지정되지 않은 메서드(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/unspecified)를 사용하는 인증입니다.

Windows

Windows 인증(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/windows)입니다.

X509

X.509 PKI(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509)를 사용하여 인증된 키에 대한 인증입니다.

Xkms

XKMS 신뢰 서비스(http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/xkms)를 사용하여 인증된 키에 대한 인증입니다.

적용 대상