SafeEvpPKeyHandle Construtores

Definição

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

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)

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

Aplica-se a