SafeNCryptHandle 构造函数

定义

重载

SafeNCryptHandle()

此 API 支持产品基础结构,不能在代码中直接使用。

初始化 SafeNCryptHandle 类的新实例。

SafeNCryptHandle(IntPtr, SafeHandle)

实例化 SafeNCryptHandle 类的新实例。

SafeNCryptHandle()

Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs

初始化 SafeNCryptHandle 类的新实例。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 SafeNCryptHandle();
protected SafeNCryptHandle ();
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
protected SafeNCryptHandle ();
Protected Sub New ()
属性

适用于

SafeNCryptHandle(IntPtr, SafeHandle)

Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs

实例化 SafeNCryptHandle 类的新实例。

protected:
 SafeNCryptHandle(IntPtr handle, System::Runtime::InteropServices::SafeHandle ^ parentHandle);
protected SafeNCryptHandle (IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
protected SafeNCryptHandle (IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
new Microsoft.Win32.SafeHandles.SafeNCryptHandle : nativeint * System.Runtime.InteropServices.SafeHandle -> Microsoft.Win32.SafeHandles.SafeNCryptHandle
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new Microsoft.Win32.SafeHandles.SafeNCryptHandle : nativeint * System.Runtime.InteropServices.SafeHandle -> Microsoft.Win32.SafeHandles.SafeNCryptHandle
Protected Sub New (handle As IntPtr, parentHandle As SafeHandle)

参数

handle
IntPtr

nativeint

要使用的预先存在的句柄。 使用 Zero 返回无效句柄。

parentHandle
SafeHandle

SafeNCryptHandle 的父句柄。

属性

例外

parentHandlenull

parentHandle 已关闭。

- 或 -

parentHandle 无效。

适用于