try
{
_apnsStream.AuthenticateAsClient("gateway.sandbox.push.apple.com", certificates, System.Security.Authentication.SslProtocols.Ssl3, false);
}
"A call to SSPI failed, see inner exception"
.net Web サービスで Moon-Apns dll を使用しているときに、上記の行でこのエラーが発生しています...この問題を解決する方法を教えてください。