Linguagem

SafeEvpPKeyHandle Construtores

Definição

Inicializa uma nova instância da SafeEvpPKeyHandle classe.

Sobrecargas

Name Descrição
SafeEvpPKeyHandle()

Inicializa uma nova instância da SafeEvpPKeyHandle classe, representando um handle inválido.

SafeEvpPKeyHandle(IntPtr, Boolean)

Inicializa uma nova instância da SafeEvpPKeyHandle classe com o valor de handle especificado.

SafeEvpPKeyHandle()

Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs

Inicializa uma nova instância da SafeEvpPKeyHandle classe, representando um handle inválido.

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

Aplica-se a

SafeEvpPKeyHandle(IntPtr, Boolean)

Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs
Origem:
SafeEvpPKeyHandle.OpenSsl.cs

Inicializa uma nova instância da SafeEvpPKeyHandle classe com o valor de handle especificado.

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)

Parâmetros

handle
IntPtr

nativeint

O valor do handle a representar.

ownsHandle
Boolean

true deixar libertar a manivela de SafeEvpPKeyHandle forma fiável durante a fase de finalização; caso contrário, false (não recomendado).

Atributos

Aplica-se a