다음을 통해 공유


X509SecurityTokenParameters.SupportsClientAuthentication 속성

정의

토큰에서 클라이언트 인증을 지원하는지 여부를 나타내는 값을 가져옵니다.

protected public:
 virtual property bool SupportsClientAuthentication { bool get(); };
protected internal override bool SupportsClientAuthentication { get; }
member this.SupportsClientAuthentication : bool
Protected Friend Overrides ReadOnly Property SupportsClientAuthentication As Boolean

속성 값

토큰이 클라이언트 인증을 지원하면 true이고, 그렇지 않으면 false입니다. 항상 true를 반환합니다.

적용 대상