GitHub에 코드가 공개되어 있습니다.
Troubleshooting
Ignore EWS Certification Error
SSL 인증서 유효성 검사를 통과하지 못하는 경우 무시하고 진행할 수 있습니다.
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
GitHub에 코드가 공개되어 있습니다.
SSL 인증서 유효성 검사를 통과하지 못하는 경우 무시하고 진행할 수 있습니다.
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;