다음을 통해 공유


SecurityTokenParameters.SupportsServerAuthentication 속성

정의

파생 클래스에서 재정의되는 경우 토큰이 서버 인증을 지원하는지 여부를 나타내는 값을 가져옵니다.

protected public:
 abstract property bool SupportsServerAuthentication { bool get(); };
protected:
 abstract property bool SupportsServerAuthentication { bool get(); };
protected internal abstract bool SupportsServerAuthentication { get; }
protected abstract bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Protected Friend MustOverride ReadOnly Property SupportsServerAuthentication As Boolean
Protected MustOverride ReadOnly Property SupportsServerAuthentication As Boolean

속성 값

Boolean

토큰이 서버 인증을 지원하면 true이고, 그렇지 않으면 false입니다.

적용 대상