PrincipalPermissionAttribute.Authenticated プロパティ

定義

現在のプリンシパルが、基になるロール ベース セキュリティ プロバイダーによって認証されているかどうかを示す値を取得するか、設定します。

public:
 property bool Authenticated { bool get(); void set(bool value); };
public bool Authenticated { get; set; }
member this.Authenticated : bool with get, set
Public Property Authenticated As Boolean

プロパティ値

Boolean

現在のプリンシパルが認証されている場合は true、それ以外の場合は false

適用対象