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입니다.

적용 대상