SafeNCryptKeyHandle コンストラクター

定義

オーバーロード

名前 説明
SafeNCryptKeyHandle()

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

SafeNCryptKeyHandle(IntPtr, SafeHandle)

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

SafeNCryptKeyHandle()

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

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

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

適用対象

SafeNCryptKeyHandle(IntPtr, SafeHandle)

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

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

public:
 SafeNCryptKeyHandle(IntPtr handle, System::Runtime::InteropServices::SafeHandle ^ parentHandle);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public SafeNCryptKeyHandle(IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
public SafeNCryptKeyHandle(IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle : nativeint * System.Runtime.InteropServices.SafeHandle -> Microsoft.Win32.SafeHandles.SafeNCryptKeyHandle
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 が無効です。

適用対象