HttpClientCertificate.IsPresent 속성

정의

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

public:
 property bool IsPresent { bool get(); };
public bool IsPresent { get; }
member this.IsPresent : bool
Public ReadOnly Property IsPresent As Boolean

속성 값

Boolean

클라이언트 인증서가 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상