At.FF.Krems.FullscreenBrowser.FilteredPromptService.PromptAuth C# (CSharp) Method

PromptAuth() public method

The prompt authentication.
public PromptAuth ( nsIDOMWindow parent, nsIChannel channel, uint level, nsIAuthInformation authInfo, string checkboxLabel, bool &checkValue ) : bool
parent nsIDOMWindow The parent.
channel nsIChannel The channel.
level uint The level.
authInfo nsIAuthInformation The authentication info.
checkboxLabel string The checkbox label.
checkValue bool The check value.
return bool
        public bool PromptAuth(
            nsIDOMWindow parent,
            nsIChannel channel,
            uint level,
            nsIAuthInformation authInfo,
            string checkboxLabel,
            ref bool checkValue)
        {
            return PromptService.PromptAuth(channel, level, authInfo);
        }