System.Net.NTAuthentication.NTAuthentication C# (CSharp) Method

NTAuthentication() private method

private NTAuthentication ( bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, ChannelBinding channelBinding ) : System.Collections.Generic
isServer bool
package string
credential NetworkCredential
spn string
requestedContextFlags ContextFlagsPal
channelBinding ChannelBinding
return System.Collections.Generic
        internal NTAuthentication(bool isServer, string package, NetworkCredential credential, string spn, ContextFlagsPal requestedContextFlags, ChannelBinding channelBinding)
        {
            Initialize(isServer, package, credential, spn, requestedContextFlags, channelBinding);
        }