SafeEvpPKeyHandle Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| 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