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

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);
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ě povolit SafeEvpPKeyHandle uvolnění rukojeti během finalizační fáze, false jinak (nedoporučuje se).

Atributy

Platí pro