Table of Contents

Class AuthDomainDigest

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

Constructors

AuthDomainDigest(params ConstructArgument[])

public AuthDomainDigest(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AuthDomainDigest(AuthDomainDigestHandle)

public AuthDomainDigest(AuthDomainDigestHandle handle)

Parameters

handle AuthDomainDigestHandle

Fields

AuthDataPropertyDefinition

public static readonly Property<nint, AuthDomainDigest> AuthDataPropertyDefinition

Field Value

Property<nint, AuthDomainDigest>

Properties

AuthData

public nint AuthData { get; set; }

Property Value

nint

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