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
constructArgumentsConstructArgument[]
AuthDomainBasic(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected AuthDomainBasic(CreationData data)
Parameters
dataCreationData
AuthDomainBasic(AuthDomainBasicHandle)
protected AuthDomainBasic(AuthDomainBasicHandle handle)
Parameters
handleAuthDomainBasicHandle
Fields
AuthDataPropertyDefinition
public static readonly Property<nint, AuthDomainBasic> AuthDataPropertyDefinition
Field Value
Properties
AuthData
public nint AuthData { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed AuthDomainBasic instance for a given pointer.
public static AuthDomainBasic NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new AuthDomainBasic and sets the properties specified by the construct arguments.
public static AuthDomainBasic NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetAuthCallback(AuthDomainBasicAuthCallback)
public void SetAuthCallback(AuthDomainBasicAuthCallback callback)
Parameters
callbackAuthDomainBasicAuthCallback