SafeNCryptHandle Construtores

Definição

Sobrecargas

SafeNCryptHandle()

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Inicializa uma nova instância da classe SafeNCryptHandle.

SafeNCryptHandle(IntPtr, SafeHandle)

Cria uma nova instância da classe SafeNCryptHandle.

SafeNCryptHandle()

Origem:
Cng.NotSupported.cs
Origem:
Cng.NotSupported.cs
Origem:
Cng.NotSupported.cs

Inicializa uma nova instância da classe SafeNCryptHandle.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

protected:
 SafeNCryptHandle();
protected SafeNCryptHandle ();
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
protected SafeNCryptHandle ();
Protected Sub New ()
Atributos

Aplica-se a

SafeNCryptHandle(IntPtr, SafeHandle)

Origem:
Cng.NotSupported.cs
Origem:
Cng.NotSupported.cs
Origem:
Cng.NotSupported.cs

Cria uma nova instância da classe SafeNCryptHandle.

protected:
 SafeNCryptHandle(IntPtr handle, System::Runtime::InteropServices::SafeHandle ^ parentHandle);
protected SafeNCryptHandle (IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
protected SafeNCryptHandle (IntPtr handle, System.Runtime.InteropServices.SafeHandle parentHandle);
new Microsoft.Win32.SafeHandles.SafeNCryptHandle : nativeint * System.Runtime.InteropServices.SafeHandle -> Microsoft.Win32.SafeHandles.SafeNCryptHandle
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new Microsoft.Win32.SafeHandles.SafeNCryptHandle : nativeint * System.Runtime.InteropServices.SafeHandle -> Microsoft.Win32.SafeHandles.SafeNCryptHandle
Protected Sub New (handle As IntPtr, parentHandle As SafeHandle)

Parâmetros

handle
IntPtr

nativeint

O identificador pré-existente a ser usado. O uso de Zero retorna um identificador inválido.

parentHandle
SafeHandle

O identificador pai deste SafeNCryptHandle.

Atributos

Exceções

parentHandle é null.

parentHandle está fechado.

- ou -

parentHandle é inválido.

Aplica-se a