Class AuthClassHandle
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
Methods
Equals(AuthClassHandle?)
public bool Equals(AuthClassHandle? other)
Parameters
other
AuthClassHandle
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetAuthenticate()
public AuthClassData.AuthenticateCallback GetAuthenticate()
Returns
GetCanAuthenticate()
public AuthClassData.CanAuthenticateCallback GetCanAuthenticate()
Returns
GetGetAuthorization()
public AuthClassData.GetAuthorizationCallback GetGetAuthorization()
Returns
GetGetProtectionSpace()
public AuthClassData.GetProtectionSpaceCallback GetGetProtectionSpace()
Returns
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
GetIsReady()
public AuthClassData.IsReadyCallback GetIsReady()
Returns
GetPadding()
public IntPtr[] GetPadding()
Returns
- IntPtr[]
GetParentClass()
public ObjectClassData GetParentClass()
Returns
GetSchemeName()
public IntPtr GetSchemeName()
Returns
GetStrength()
public uint GetStrength()
Returns
GetUpdate()
public AuthClassData.UpdateCallback GetUpdate()