SSL을 통해 통신할 때 인증서 해지를 사용하거나 사용하지 않도록 설정합니다.
구문
MI_INLINE MI_Result MI_DestinationOptions_SetCertRevocationCheck(
[in, out] MI_DestinationOptions *options,
MI_Boolean check
);
매개 변수
[in, out] options
MI_Application_NewDestinationOptions 반환된 MI_DestinationOptions개체에 대한 포인터입니다.
check
부울 값입니다. 여기서 MI_TRUE 서버의 인증서가 해지 여부를 확인하는 반면 MI_FALSE 인증서를 검사하지 않음을 의미합니다.
반환 값
없음
요구 사항
| 요구 사항 | 값 |
|---|---|
| 지원되는 최소 클라이언트 | Windows 8 |
| 지원되는 최소 서버 | Windows Server 2012 |
| 대상 플랫폼 | Windows |
| 헤더 | mi.h |
| 재배포 가능 파일 | windows Server 2008 R2 SP1, Windows 7 SP1 및 Windows Server 2008 SP2의 Windows Management Framework 3.0 |