3 references to AuthenticateAsServer
System (3)
net\System\Net\SecureProtocols\NegotiateStream.cs (3)
181AuthenticateAsServer((NetworkCredential)CredentialCache.DefaultCredentials, null, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification); 186AuthenticateAsServer((NetworkCredential)CredentialCache.DefaultCredentials, policy, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification); 193AuthenticateAsServer(credential, null, requiredProtectionLevel, requiredImpersonationLevel);