Table of Contents

Class AuthenticationRequest

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class AuthenticationRequest : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AuthenticationRequest
Implements
Inherited Members

Constructors

AuthenticationRequest(bool, params ConstructArgument[])

protected AuthenticationRequest(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

AuthenticationRequest(IntPtr, bool)

protected AuthenticationRequest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AuthenticatedSignal

Signal Descriptor for OnAuthenticated.

public static readonly Signal<AuthenticationRequest, AuthenticationRequest.AuthenticatedSignalArgs> AuthenticatedSignal

Field Value

Signal<AuthenticationRequest, AuthenticationRequest.AuthenticatedSignalArgs>

CancelledSignal

Signal Descriptor for OnCancelled.

public static readonly Signal<AuthenticationRequest> CancelledSignal

Field Value

Signal<AuthenticationRequest>

Methods

Authenticate(Credential?)

[Version("2.2")]
public void Authenticate(Credential? credential)

Parameters

credential Credential

CanSaveCredentials()

[Version("2.2")]
public bool CanSaveCredentials()

Returns

bool

Cancel()

[Version("2.2")]
public void Cancel()

GetCertificatePinFlags()

[Version("2.34")]
public TlsPasswordFlags GetCertificatePinFlags()

Returns

TlsPasswordFlags

GetGType()

public static Type GetGType()

Returns

Type

GetHost()

[Version("2.2")]
public string GetHost()

Returns

string

GetPort()

[Version("2.2")]
public uint GetPort()

Returns

uint

GetProposedCredential()

[Version("2.2")]
public Credential GetProposedCredential()

Returns

Credential

GetRealm()

[Version("2.2")]
public string GetRealm()

Returns

string

GetScheme()

[Version("2.2")]
public AuthenticationScheme GetScheme()

Returns

AuthenticationScheme

GetSecurityOrigin()

[Version("2.30")]
public SecurityOrigin GetSecurityOrigin()

Returns

SecurityOrigin

IsForProxy()

[Version("2.2")]
public bool IsForProxy()

Returns

bool

IsRetry()

[Version("2.2")]
public bool IsRetry()

Returns

bool

SetCanSaveCredentials(bool)

[Version("2.30")]
public void SetCanSaveCredentials(bool enabled)

Parameters

enabled bool

SetProposedCredential(Credential)

[Version("2.30")]
public void SetProposedCredential(Credential credential)

Parameters

credential Credential

Events

OnAuthenticated

public event SignalHandler<AuthenticationRequest, AuthenticationRequest.AuthenticatedSignalArgs> OnAuthenticated

Event Type

SignalHandler<AuthenticationRequest, AuthenticationRequest.AuthenticatedSignalArgs>

OnCancelled

public event SignalHandler<AuthenticationRequest> OnCancelled

Event Type

SignalHandler<AuthenticationRequest>