SafeEvpPKeyHandle Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SafeEvpPKeyHandle() |
Inicializa uma nova instância da SafeEvpPKeyHandle classe , representando um identificador inválido. |
SafeEvpPKeyHandle(IntPtr, Boolean) |
Inicializa uma nova instância da classe SafeEvpPKeyHandle com o valor do identificador especificado. |
SafeEvpPKeyHandle()
- 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();
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 ()
- Atributos
Aplica-se a
SafeEvpPKeyHandle(IntPtr, Boolean)
- Origem:
- SafeEvpPKeyHandle.OpenSsl.cs
- Origem:
- SafeEvpPKeyHandle.OpenSsl.cs
- Origem:
- SafeEvpPKeyHandle.OpenSsl.cs
Inicializa uma nova instância da classe SafeEvpPKeyHandle com o valor do identificador especificado.
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)
Parâmetros
- handle
-
IntPtr
nativeint
O valor do identificador a ser representado.
- ownsHandle
- Boolean
true
para permitir de maneira que confiável que o SafeEvpPKeyHandle libere o identificador durante a fase de finalização; caso contrário, false
(não recomendado).
- Atributos