Class AuthenticationRequestClassUnownedHandle
public class AuthenticationRequestClassUnownedHandle : AuthenticationRequestClassHandle, IDisposable
- Inheritance
-
AuthenticationRequestClassUnownedHandle
- Implements
- Inherited Members
Constructors
AuthenticationRequestClassUnownedHandle(IntPtr)
Creates a new instance of AuthenticationRequestClassOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public AuthenticationRequestClassUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static AuthenticationRequestClassUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public AuthenticationRequestClassOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()