SafeNCryptKeyHandle コンストラクター

定義

オーバーロード

SafeNCryptKeyHandle()

SafeNCryptKeyHandle クラスの新しいインスタンスを初期化します。

SafeNCryptKeyHandle(IntPtr, SafeHandle)

SafeNCryptKeyHandle クラスの新しいインスタンスを生成します。

SafeNCryptKeyHandle()

ソース:
Cng.NotSupported.cs
ソース:
Cng.NotSupported.cs
ソース:
Cng.NotSupported.cs

SafeNCryptKeyHandle クラスの新しいインスタンスを初期化します。

public:
 SafeNCryptKeyHandle();
public SafeNCryptKeyHandle ();
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public SafeNCryptKeyHandle ();
Public Sub New ()
属性

適用対象

SafeNCryptKeyHandle(IntPtr, SafeHandle)

ソース:
Cng.NotSupported.cs
ソース:
Cng.NotSupported.cs
ソース:
Cng.NotSupported.cs

SafeNCryptKeyHandle クラスの新しいインスタンスを生成します。

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

パラメーター

handle
IntPtr

nativeint

使用する既存のハンドル。 Zero を使用して無効なハンドルを返します。

parentHandle
SafeHandle

この SafeNCryptKeyHandle の親ハンドル。

属性

例外

parentHandlenullです。

parentHandle は閉じています。

- または -

parentHandle が無効です。

適用対象