WindowsIdentity.IsAuthenticated 속성

정의

Windows에서 사용자를 인증했는지를 나타내는 값을 가져옵니다.

public:
 virtual property bool IsAuthenticated { bool get(); };
public override bool IsAuthenticated { get; }
public virtual bool IsAuthenticated { get; }
member this.IsAuthenticated : bool
Public Overrides ReadOnly Property IsAuthenticated As Boolean
Public Overridable ReadOnly Property IsAuthenticated As Boolean

속성 값

Boolean

사용자가 인증되었으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상