SafeEvpPKeyHandle Constructeurs
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
SafeEvpPKeyHandle() |
Initialise une nouvelle instance de la SafeEvpPKeyHandle classe, représentant un handle non valide. |
SafeEvpPKeyHandle(IntPtr, Boolean) |
Initialise une nouvelle instance de la classe SafeEvpPKeyHandle avec la valeur de handle spécifiée. |
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
Initialise une nouvelle instance de la SafeEvpPKeyHandle classe, représentant un handle non valide.
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 ()
- Attributs
S’applique à
.NET 10 et autres versions
Produit | Versions |
---|---|
.NET | 6, 7, 8, 9, 10 |
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
- Source:
- SafeEvpPKeyHandle.OpenSsl.cs
Initialise une nouvelle instance de la classe SafeEvpPKeyHandle avec la valeur de handle spécifiée.
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)
Paramètres
- handle
-
IntPtr
nativeint
Valeur de handle à représenter.
- ownsHandle
- Boolean
true
pour laisser SafeEvpPKeyHandle libérer de manière fiable le handle pendant la phase de finalisation ; sinon, false
(déconseillé).
- Attributs
S’applique à
.NET 10 et autres versions
Produit | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9, 10 |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :