0
在我的桌面應用程序中,我使用HTTPS連接。證書是自簽名的。 我如何可以檢查在c#中的自簽名證書編程?檢查自簽名證書(SSL,C#)
我讓我的回調 「ValidateRemoteCertificate」:
ServicePointManager.ServerCertificateValidationCallback += new RemoteCertificateValidationCallback(ValidateRemoteCertificate)
默認情況下,我的 「ValidateRemoteCertificate」 方法總是返回TRUE。 但我認爲我需要檢查有效或無效的證書。 如何檢查?我必須檢查「ValidateRemoteCertificate」?