Class AuthDomainDigest
- Namespace
- Soup
- Assembly
- Soup-3.0.dll
public sealed class AuthDomainDigest : AuthDomain, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
AuthDomainDigest
- Implements
- Inherited Members
Constructors
AuthDomainDigest(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 AuthDomainDigest(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
AuthDomainDigest(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected AuthDomainDigest(CreationData data)
Parameters
dataCreationData
AuthDomainDigest(AuthDomainDigestHandle)
protected AuthDomainDigest(AuthDomainDigestHandle handle)
Parameters
handleAuthDomainDigestHandle
Fields
AuthDataPropertyDefinition
public static readonly Property<nint, AuthDomainDigest> AuthDataPropertyDefinition
Field Value
Properties
AuthData
public nint AuthData { get; set; }
Property Value
Methods
EncodePassword(string, string, string)
public static string EncodePassword(string username, string realm, string password)
Parameters
Returns
GetGType()
public static Type GetGType()
Returns
NewFromPointer(nint, bool)
Creates a new managed AuthDomainDigest instance for a given pointer.
public static AuthDomainDigest NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new AuthDomainDigest and sets the properties specified by the construct arguments.
public static AuthDomainDigest NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetAuthCallback(AuthDomainDigestAuthCallback)
public void SetAuthCallback(AuthDomainDigestAuthCallback callback)
Parameters
callbackAuthDomainDigestAuthCallback