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

プロパティ値

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

適用対象