Udostępnij za pośrednictwem


SafeNCryptHandle Konstruktory

Definicja

Przeciążenia

SafeNCryptHandle()

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Inicjuje nowe wystąpienie klasy SafeNCryptHandle.

SafeNCryptHandle(IntPtr, SafeHandle)

Tworzy nowe wystąpienie klasy SafeNCryptHandle.

SafeNCryptHandle()

Źródło:
Cng.NotSupported.cs
Źródło:
Cng.NotSupported.cs
Źródło:
Cng.NotSupported.cs

Inicjuje nowe wystąpienie klasy SafeNCryptHandle.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Dotyczy

SafeNCryptHandle(IntPtr, SafeHandle)

Źródło:
Cng.NotSupported.cs
Źródło:
Cng.NotSupported.cs
Źródło:
Cng.NotSupported.cs

Tworzy nowe wystąpienie klasy 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)

Parametry

handle
IntPtr

nativeint

Istniejący uchwyt do użycia. Użycie Zero zwraca nieprawidłowy uchwyt.

parentHandle
SafeHandle

Nadrzędny uchwyt tego SafeNCryptHandleelementu .

Atrybuty

Wyjątki

parentHandle to null.

parentHandle jest zamknięty.

-lub-

Nazwa parentHandle jest niepoprawna.

Dotyczy