Table of Contents

Class AuthClassHandle

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public abstract class AuthClassHandle : SafeHandle, IDisposable
Inheritance
AuthClassHandle
Implements
Derived
Inherited Members

Constructors

AuthClassHandle(bool)

protected AuthClassHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(AuthClassHandle?)

public bool Equals(AuthClassHandle? other)

Parameters

other AuthClassHandle

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetAuthenticate()

public AuthClassData.AuthenticateCallback GetAuthenticate()

Returns

AuthClassData.AuthenticateCallback

GetCanAuthenticate()

public AuthClassData.CanAuthenticateCallback GetCanAuthenticate()

Returns

AuthClassData.CanAuthenticateCallback

GetGetAuthorization()

public AuthClassData.GetAuthorizationCallback GetGetAuthorization()

Returns

AuthClassData.GetAuthorizationCallback

GetGetProtectionSpace()

public AuthClassData.GetProtectionSpaceCallback GetGetProtectionSpace()

Returns

AuthClassData.GetProtectionSpaceCallback

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetIsAuthenticated()

public AuthClassData.IsAuthenticatedCallback GetIsAuthenticated()

Returns

AuthClassData.IsAuthenticatedCallback

GetIsReady()

public AuthClassData.IsReadyCallback GetIsReady()

Returns

AuthClassData.IsReadyCallback

GetPadding()

public IntPtr[] GetPadding()

Returns

IntPtr[]

GetParentClass()

public ObjectClassData GetParentClass()

Returns

ObjectClassData

GetSchemeName()

public IntPtr GetSchemeName()

Returns

IntPtr

GetStrength()

public uint GetStrength()

Returns

uint

GetUpdate()

public AuthClassData.UpdateCallback GetUpdate()

Returns

AuthClassData.UpdateCallback