Table of Contents

Class AuthDomainBasic

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

Constructors

AuthDomainBasic(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 AuthDomainBasic(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

AuthDomainBasic(CreationData)

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

Parameters

data CreationData

AuthDomainBasic(AuthDomainBasicHandle)

protected AuthDomainBasic(AuthDomainBasicHandle handle)

Parameters

handle AuthDomainBasicHandle

Fields

AuthDataPropertyDefinition

public static readonly Property<nint, AuthDomainBasic> AuthDataPropertyDefinition

Field Value

Property<nint, AuthDomainBasic>

Properties

AuthData

public nint AuthData { get; set; }

Property Value

nint

Methods

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed AuthDomainBasic instance for a given pointer.

public static AuthDomainBasic NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

AuthDomainBasic

NewWithProperties(ConstructArgument[])

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

public static AuthDomainBasic NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

AuthDomainBasic

SetAuthCallback(AuthDomainBasicAuthCallback)

public void SetAuthCallback(AuthDomainBasicAuthCallback callback)

Parameters

callback AuthDomainBasicAuthCallback