SafeEvpPKeyHandle Costruttori

Definizione

Overload

Nome Descrizione
SafeEvpPKeyHandle()

Inizializza una nuova istanza della SafeEvpPKeyHandle classe , che rappresenta un handle non valido.

SafeEvpPKeyHandle(IntPtr, Boolean)

Inizializza una nuova istanza della SafeEvpPKeyHandle classe con il valore di handle specificato.

SafeEvpPKeyHandle()

Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs

Inizializza una nuova istanza della SafeEvpPKeyHandle classe , che rappresenta un handle non valido.

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

Si applica a

SafeEvpPKeyHandle(IntPtr, Boolean)

Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs
Origine:
SafeEvpPKeyHandle.OpenSsl.cs

Inizializza una nuova istanza della SafeEvpPKeyHandle classe con il valore di handle specificato.

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)

Parametri

handle
IntPtr

nativeint

Valore dell'handle da rappresentare.

ownsHandle
Boolean

true per consentire in modo affidabile di rilasciare SafeEvpPKeyHandle l'handle durante la fase di finalizzazione; in caso contrario, false (non consigliato).

Attributi

Si applica a