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
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
SetAuthCallback(AuthDomainDigestAuthCallback)
public void SetAuthCallback(AuthDomainDigestAuthCallback callback)
Parameters
callback
AuthDomainDigestAuthCallback