言語

SafeEvpPKeyHandle コンストラクター

定義

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

オーバーロード

名前 説明
SafeEvpPKeyHandle()

無効なハンドルを表す、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。

SafeEvpPKeyHandle(IntPtr, Boolean)

指定したハンドル値を使用して、 SafeEvpPKeyHandle クラスの新しいインスタンスを初期化します。

SafeEvpPKeyHandle()

ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs

無効なハンドルを表す、 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.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs
ソース:
SafeEvpPKeyHandle.OpenSsl.cs

指定したハンドル値を使用して、 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 。それ以外の場合は (推奨されません)。

属性

適用対象