Share via


ClaimTypes.Anonymous プロパティ

定義

匿名ユーザーを指定するクレームの URI を取得します。

public:
 static property System::String ^ Anonymous { System::String ^ get(); };
public static string Anonymous { get; }
static member Anonymous : string
Public Shared ReadOnly Property Anonymous As String

プロパティ値

匿名ユーザーを指定するクレームの URI。

注釈

このプロパティによって返される文字列は です http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous

適用対象