次の方法で共有


FormsIdentity.AuthenticationType プロパティ

ID のタイプを取得します。この場合は、"Forms" になります。

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;

プロパティ値

ID のタイプ。この場合は、"Forms" になります。

実装

IIdentity.AuthenticationType

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

FormsIdentity クラス | FormsIdentity メンバ | System.Web.Security 名前空間