다음을 통해 공유


ServicePointManagerElement.CheckCertificateName 속성

정의

X509 인증서의 호스트 이름 정보 검사를 제어하는 부울 값을 가져오거나 설정합니다.

public:
 property bool CheckCertificateName { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=true)]
public bool CheckCertificateName { get; set; }
[<System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=true)>]
member this.CheckCertificateName : bool with get, set
Public Property CheckCertificateName As Boolean

속성 값

호스트 이름 검사를 지정하려면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보