Udostępnij za pośrednictwem


SafeEvpPKeyHandle Konstruktory

Definicja

Przeciążenia

SafeEvpPKeyHandle()

Inicjuje SafeEvpPKeyHandle nowe wystąpienie klasy, reprezentując nieprawidłowe dojście.

SafeEvpPKeyHandle(IntPtr, Boolean)

Inicjuje SafeEvpPKeyHandle nowe wystąpienie klasy z określoną wartością uchwytu.

SafeEvpPKeyHandle()

Źródło:
SafeEvpPKeyHandle.OpenSsl.cs
Źródło:
SafeEvpPKeyHandle.OpenSsl.cs
Źródło:
SafeEvpPKeyHandle.OpenSsl.cs

Inicjuje SafeEvpPKeyHandle nowe wystąpienie klasy, reprezentując nieprawidłowe dojście.

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

Dotyczy

SafeEvpPKeyHandle(IntPtr, Boolean)

Źródło:
SafeEvpPKeyHandle.OpenSsl.cs
Źródło:
SafeEvpPKeyHandle.OpenSsl.cs
Źródło:
SafeEvpPKeyHandle.OpenSsl.cs

Inicjuje SafeEvpPKeyHandle nowe wystąpienie klasy z określoną wartością uchwytu.

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

Wartość uchwytu do reprezentowania.

ownsHandle
Boolean

true w celu SafeEvpPKeyHandle niezawodnego zwolnienia uchwytu w fazie finalizacji; w przeciwnym razie false (nie zaleca się).

Atrybuty

Dotyczy