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