Table of Contents

Class AuthDigest

Namespace
Soup
Assembly
Soup-3.0.dll
public sealed class AuthDigest : Auth, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
AuthDigest
Implements
Inherited Members

Constructors

AuthDigest(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public AuthDigest(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AuthDigest(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected AuthDigest(CreationData data)

Parameters

data CreationData

AuthDigest(AuthDigestHandle)

protected AuthDigest(AuthDigestHandle handle)

Parameters

handle AuthDigestHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed AuthDigest instance for a given pointer.

public static AuthDigest NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

AuthDigest

NewWithProperties(ConstructArgument[])

Creates a new AuthDigest and sets the properties specified by the construct arguments.

public static AuthDigest NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

AuthDigest