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 Web of Trust によって認証されたキーを使用した認証 (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

SSL または TLS プロトコルと証明書ベースのクライアント認証を使用した認証 (http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient)。

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)。

適用対象