SafeAccessTokenHandle 类

定义

提供 Windows 线程或进程访问令牌的安全句柄。 有关详细信息,请参阅访问令牌

public ref class SafeAccessTokenHandle sealed : System::Runtime::InteropServices::SafeHandle
public sealed class SafeAccessTokenHandle : System.Runtime.InteropServices.SafeHandle
[System.Security.SecurityCritical]
public sealed class SafeAccessTokenHandle : System.Runtime.InteropServices.SafeHandle
type SafeAccessTokenHandle = class
    inherit SafeHandle
[<System.Security.SecurityCritical>]
type SafeAccessTokenHandle = class
    inherit SafeHandle
Public NotInheritable Class SafeAccessTokenHandle
Inherits SafeHandle
继承
SafeAccessTokenHandle
继承
SafeAccessTokenHandle
属性

构造函数

SafeAccessTokenHandle()

创建一个 SafeAccessTokenHandle

SafeAccessTokenHandle(IntPtr)

初始化 SafeAccessTokenHandle 类的新实例。

字段

handle

指定要包装的句柄。

(继承自 SafeHandle)

属性

InvalidHandle

通过使用 Zero 实例化 SafeAccessTokenHandle 对象来返回无效句柄。

IsClosed

获取一个值,该值指示句柄是否已关闭。

(继承自 SafeHandle)
IsInvalid

获取一个值,该值指示句柄是否无效。

方法

Close()

标记句柄,以便释放资源。

(继承自 SafeHandle)
DangerousAddRef(Boolean)

手动递增 SafeHandle 实例中的引用计数器。

(继承自 SafeHandle)
DangerousGetHandle()

返回 handle 字段的值。

(继承自 SafeHandle)
DangerousRelease()

手动递减 SafeHandle 实例中的引用计数器。

(继承自 SafeHandle)
Dispose()

释放 SafeHandle 类使用的所有资源。

(继承自 SafeHandle)
Dispose(Boolean)

释放 SafeHandle 类所使用的非托管资源,指定是否执行常规释放操作。

(继承自 SafeHandle)
Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ReleaseHandle()

在派生类中重写时,执行释放句柄所需的代码。

(继承自 SafeHandle)
SetHandle(IntPtr)

将句柄设置为预先存在的指定句柄。

(继承自 SafeHandle)
SetHandleAsInvalid()

将句柄标记为不再使用。

(继承自 SafeHandle)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于