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 が無効です。

適用対象