IIdentity.AuthenticationType プロパティ

定義

使用されている認証の種類を取得します。

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public string? AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String

プロパティ値

ユーザーを識別するために使用する認証の種類。

注釈

認証の種類は、オペレーティング システムまたは別の認証プロバイダーによって共通言語ランタイムに渡されます。 基本認証、NTLM、Kerberos、Passport は認証の種類の例です。

適用対象