SafeEvpPKeyHandle コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| SafeEvpPKeyHandle() |
無効なハンドルを表す、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。 |
| SafeEvpPKeyHandle(IntPtr, Boolean) |
指定したハンドル値を使用して、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。 |
SafeEvpPKeyHandle()
無効なハンドルを表す、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。
public:
SafeEvpPKeyHandle();
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public SafeEvpPKeyHandle();
public SafeEvpPKeyHandle();
Public Sub New ()
- 属性
適用対象
SafeEvpPKeyHandle(IntPtr, Boolean)
指定したハンドル値を使用して、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。
public:
SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
[System.Runtime.Versioning.UnsupportedOSPlatform("windows")]
public SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle);
public SafeEvpPKeyHandle(IntPtr handle, bool ownsHandle);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("windows")>]
new System.Security.Cryptography.SafeEvpPKeyHandle : nativeint * bool -> System.Security.Cryptography.SafeEvpPKeyHandle
new System.Security.Cryptography.SafeEvpPKeyHandle : nativeint * bool -> System.Security.Cryptography.SafeEvpPKeyHandle
Public Sub New (handle As IntPtr, ownsHandle As Boolean)
パラメーター
- handle
-
IntPtr
nativeint
表すハンドル値。
- ownsHandle
- Boolean
true ファイナライズ フェーズ中 SafeEvpPKeyHandle ハンドルを確実に解放できるようにする場合は false 。それ以外の場合は (推奨されません)。
- 属性