Class AuthDomainDigest
- Namespace
- Soup
- Assembly
- Soup-3.0.dll
public sealed class AuthDomainDigest : AuthDomain, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
AuthDomainDigest
- Implements
- Inherited Members
Constructors
AuthDomainDigest(bool, params ConstructArgument[])
protected AuthDomainDigest(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
AuthDomainDigest(IntPtr, bool)
protected AuthDomainDigest(IntPtr ptr, bool ownedRef)
Parameters
Fields
AuthDataPropertyDefinition
public static readonly Property<IntPtr, AuthDomainDigest> AuthDataPropertyDefinition
Field Value
Properties
AuthData
public IntPtr 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