Table of Contents

Class AuthDomainDigest

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class AuthDomainDigest : AuthDomain, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
AuthDomainDigest
Implements
Inherited Members

Constructors

AuthDomainDigest(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

AuthDomainDigest(IntPtr, bool)

protected AuthDomainDigest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AuthDataPropertyDefinition

public static readonly Property<IntPtr, AuthDomainDigest> AuthDataPropertyDefinition

Field Value

Property<IntPtr, AuthDomainDigest>

Properties

AuthData

public IntPtr AuthData { get; set; }

Property Value

IntPtr

Methods

EncodePassword(string, string, string)

public static string EncodePassword(string username, string realm, string password)

Parameters

username string
realm string
password string

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

SetAuthCallback(AuthDomainDigestAuthCallback)

public void SetAuthCallback(AuthDomainDigestAuthCallback callback)

Parameters

callback AuthDomainDigestAuthCallback