SafeEvpPKeyHandle Konstruktory

Definice

Přetížení

SafeEvpPKeyHandle()

Inicializuje novou instanci SafeEvpPKeyHandle třídy představující neplatný popisovač.

SafeEvpPKeyHandle(IntPtr, Boolean)

Inicializuje novou instanci SafeEvpPKeyHandle třídy se zadanou hodnotou popisovače.

SafeEvpPKeyHandle()

Inicializuje novou instanci SafeEvpPKeyHandle třídy představující neplatný popisovač.

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 ()
Atributy

Platí pro

SafeEvpPKeyHandle(IntPtr, Boolean)

Inicializuje novou instanci SafeEvpPKeyHandle třídy se zadanou hodnotou popisovače.

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)

Parametry

handle
IntPtr

nativeint

Hodnota popisovače, která se má znázorňovat.

ownsHandle
Boolean

true spolehlivě nechat SafeEvpPKeyHandle popisovač uvolnit během fáze finalizace; jinak false (nedoporučuje se).

Atributy

Platí pro