Postovi

Prikazuju se postovi od travanj, 2014

Slow decrypt in domain .NET System.Security.Cryptography.X509Certificates

Slow decrypt in domain .NET System.Security.Cryptography.X509Certificates I had stupid problem where application was slow when it tried to decrypt an xml document. Reason was it uses "System.Security.Cryptography.X509Certificates" and tries to contact domain server, but someone set gateway on client PC wrong. IP Address is eg. 192.168.0.2 but someone set gateway to 192.168.0.4 and there it was. When I changed gateway to domain server adress decrypt was fast again. Hope it helps.