try
{
_apnsStream.AuthenticateAsClient("gateway.sandbox.push.apple.com", certificates, System.Security.Authentication.SslProtocols.Ssl3, false);
}
在我的 .net Web 服务中使用 Moon-Apns dll 时,我在上面的行中遇到了这个错误"A call to SSPI failed, see inner exception"
......任何人都可以建议我解决这个问题。