SafeEvpPKeyHandle Konstruktorer

Definition

Överlagringar

Name Description
SafeEvpPKeyHandle()

Initierar en ny instans av SafeEvpPKeyHandle klassen som representerar ett ogiltigt handtag.

SafeEvpPKeyHandle(IntPtr, Boolean)

Initierar en ny instans av SafeEvpPKeyHandle klassen med det angivna referensvärdet.

SafeEvpPKeyHandle()

Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs

Initierar en ny instans av SafeEvpPKeyHandle klassen som representerar ett ogiltigt handtag.

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

Gäller för

SafeEvpPKeyHandle(IntPtr, Boolean)

Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs
Källa:
SafeEvpPKeyHandle.OpenSsl.cs

Initierar en ny instans av SafeEvpPKeyHandle klassen med det angivna referensvärdet.

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)

Parametrar

handle
IntPtr

nativeint

Referensvärdet som ska representeras.

ownsHandle
Boolean

true för att på ett tillförlitligt sätt släppa SafeEvpPKeyHandle handtaget under slutförandefasen, false annars (rekommenderas inte).

Attribut

Gäller för