SharpCifs.Config.INtlmContextFactoryImpl.create C# (CSharp) Method

create() public method

public create ( NtlmPasswordAuthentication auth, bool doSigning ) : INtlmContext
auth SharpCifs.Smb.NtlmPasswordAuthentication
doSigning bool
return INtlmContext
            public INtlmContext create(NtlmPasswordAuthentication auth, bool doSigning)
            {
                return new SharpCifs.Smb.NtlmContext(auth, doSigning);
            }
        }
Config.INtlmContextFactoryImpl