SafeNCryptHandle Constructores

Definición

Sobrecargas

SafeNCryptHandle()

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

Inicializa una nueva instancia de la clase SafeNCryptHandle.

SafeNCryptHandle(IntPtr, SafeHandle)

Crea una nueva instancia de la clase SafeNCryptHandle.

SafeNCryptHandle()

Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs

Inicializa una nueva instancia de la clase SafeNCryptHandle.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Se aplica a

SafeNCryptHandle(IntPtr, SafeHandle)

Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs
Source:
Cng.NotSupported.cs

Crea una nueva instancia de la clase 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

El identificador preexistente que se va a utilizar. Usar Zero devuelve un identificador no válido.

parentHandle
SafeHandle

El identificador principal de este SafeNCryptHandle.

Atributos

Excepciones

parentHandle es null.

parentHandle está cerrado.

o bien

parentHandle no es válido.

Se aplica a