次の方法で共有


WindowsIdentity.AuthenticationType プロパティ

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

Public Overridable ReadOnly Property AuthenticationType As String  _   Implements IIdentity.AuthenticationType
[C#]
public virtual string AuthenticationType {get;}
[C++]
public: __property virtual String* get_AuthenticationType();
[JScript]
public function get AuthenticationType() : String;

プロパティ値

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

実装

IIdentity.AuthenticationType

解説

通常、この認証の種類は WindowsIdentity オブジェクトの NTLM になります。

必要条件

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

参照

WindowsIdentity クラス | WindowsIdentity メンバ | System.Security.Principal 名前空間