SafeEvpPKeyHandle コンストラクター

定義

オーバーロード

SafeEvpPKeyHandle()

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

SafeEvpPKeyHandle(IntPtr, Boolean)

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

SafeEvpPKeyHandle()

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

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

public:
 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 Sub New ()
属性

適用対象

SafeEvpPKeyHandle(IntPtr, Boolean)

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

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

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")]
public SafeEvpPKeyHandle (IntPtr handle, bool ownsHandle);
new System.Security.Cryptography.SafeEvpPKeyHandle : nativeint * bool -> System.Security.Cryptography.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")>]
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 (お勧めしません)。

属性

適用対象