共用方式為


SafeNCryptHandle 建構函式

定義

多載

SafeNCryptHandle()

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

初始化 SafeNCryptHandle 類別的新執行個體。

SafeNCryptHandle(IntPtr, SafeHandle)

執行個體化 SafeNCryptHandle 類別的新執行個體。

SafeNCryptHandle()

來源:
Cng.NotSupported.cs
來源:
Cng.NotSupported.cs
來源:
Cng.NotSupported.cs

初始化 SafeNCryptHandle 類別的新執行個體。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

適用於

SafeNCryptHandle(IntPtr, SafeHandle)

來源:
Cng.NotSupported.cs
來源:
Cng.NotSupported.cs
來源:
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 無效。

適用於