3 references to AuthenticateAsServer
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
128
AuthenticateAsServer
((NetworkCredential)CredentialCache.DefaultCredentials, policy: null, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification);
131
AuthenticateAsServer
((NetworkCredential)CredentialCache.DefaultCredentials, policy, ProtectionLevel.EncryptAndSign, TokenImpersonationLevel.Identification);
134
AuthenticateAsServer
(credential, policy: null, requiredProtectionLevel, requiredImpersonationLevel);