Idioma

SafeEvpPKeyHandle Construtores

Definição

Inicializa uma nova instância da classe SafeEvpPKeyHandle.

Sobrecargas

Nome Description
SafeEvpPKeyHandle()

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

SafeEvpPKeyHandle(IntPtr, Boolean)

Inicializa uma nova instância da SafeEvpPKeyHandle classe com o valor de identificador 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 identificador 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 identificador 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 identificador a ser representado.

ownsHandle
Boolean

true para permitir SafeEvpPKeyHandle de forma confiável liberar o identificador durante a fase de finalização; caso contrário, false (não recomendado).

Atributos

Aplica-se a