Dev2.Tests.Runtime.Services.HostSecureConfigMock.HostSecureConfigMock C# (CSharp) Method

HostSecureConfigMock() public method

public HostSecureConfigMock ( NameValueCollection settings ) : System.Collections.Specialized
settings System.Collections.Specialized.NameValueCollection
return System.Collections.Specialized
        public HostSecureConfigMock(NameValueCollection settings)
            : base(settings, true)
        {
        }