SafeEvpPKeyHandle Konstruktoren

Definition

Initialisiert eine neue Instanz der SafeEvpPKeyHandle-Klasse.

Überlädt

Name Beschreibung
SafeEvpPKeyHandle()

Initialisiert eine neue Instanz der SafeEvpPKeyHandle Klasse, die 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
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs

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

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 SafeEvpPKeyHandle();
Public Sub New ()
Attribute

Gilt für:

SafeEvpPKeyHandle(IntPtr, Boolean)

Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
Quelle:
SafeEvpPKeyHandle.OpenSsl.cs
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);
[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);
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")>]
new System.Security.Cryptography.SafeEvpPKeyHandle : nativeint * bool -> System.Security.Cryptography.SafeEvpPKeyHandle
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 zu darstellende Handlewert.

ownsHandle
Boolean

true um den Handle während der Abschlussphase zuverlässig freizugeben SafeEvpPKeyHandle ; andernfalls false (nicht empfohlen).

Attribute

Gilt für: