Omniture.CustomToken.Info.Info C# (CSharp) Method

Info() private method

private Info ( string userName, string password )
userName string
password string
        internal Info( string userName, string password )
        {
            _userName = userName;
            _password = password;
        }
Info