SafeEvpPKeyHandle Konstruktoren

Definition

Überlädt

SafeEvpPKeyHandle()

Initialisiert eine neue Instanz der -Klasse, die SafeEvpPKeyHandle ein ungültiges Handle darstellt.

SafeEvpPKeyHandle(IntPtr, Boolean)

Initialisiert eine neue Instanz der SafeEvpPKeyHandle-Klasse mit dem angegebenen Handlewert.

SafeEvpPKeyHandle()

Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs

Initialisiert eine neue Instanz der -Klasse, die SafeEvpPKeyHandle ein ungültiges Handle darstellt.

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

Gilt für:

SafeEvpPKeyHandle(IntPtr, Boolean)

Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs

Initialisiert eine neue Instanz der SafeEvpPKeyHandle-Klasse mit dem angegebenen Handlewert.

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)

Parameter

handle
IntPtr

nativeint

Der darzustellende Handlewert.

ownsHandle
Boolean

true, wenn SafeEvpPKeyHandle das Handle während der Abschlussphase zuverlässig freigeben soll, andernfalls false (dies wird nicht empfohlen).

Attribute

Gilt für: