AuthenticationTypes クラス

定義

AuthenticationType プロパティの認証の種類を定義します。

public ref class AuthenticationTypes abstract sealed
public static class AuthenticationTypes
type AuthenticationTypes = class
Public Class AuthenticationTypes
継承
AuthenticationTypes

フィールド

Basic

基本認証。

Federation

フェデレーション認証。

Kerberos

Kerberos 認証。

Negotiate

ネゴシエーションされた認証。

Password

ユーザー名とパスワードの認証。

Signature

デジタル署名を使用した認証。

Windows

Windows 認証です。

X509

X.509 証明書を使用する認証。

適用対象