Číst v angličtině

Sdílet prostřednictvím


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

Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs
Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs
Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs

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

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

Platí pro

.NET 9 a další verze
Produkt Verze
.NET 6, 7, 8, 9

SafeEvpPKeyHandle(IntPtr, Boolean)

Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs
Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs
Zdroj:
SafeEvpPKeyHandle.OpenSsl.cs

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

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);

Parametry

handle
IntPtr

Hodnota popisovače, která má představovat.

ownsHandle
Boolean

true ke spolehlivému SafeEvpPKeyHandle uvolnění rukojeti během finalizační fáze, false jinak (nedoporučuje se).

Atributy

Platí pro

.NET 9 a další verze
Produkt Verze
.NET Core 1.0, Core 1.1, 6, 7, 8, 9
.NET Standard 2.0 (package-provided)