次の方法で共有


IIdentity.AuthenticationType プロパティ

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

ReadOnly Property AuthenticationType As String
[C#]
string AuthenticationType {get;}
[C++]
__property String* get_AuthenticationType();
[JScript]
function get AuthenticationType() : String;

プロパティ値

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

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IIdentity インターフェイス | IIdentity メンバ | System.Security.Principal 名前空間