C# Класс PInvoke.AdvApi32.SafeCryptographicProviderHandle

A cryptographic service provider (CSP) handle.
Наследование: System.Runtime.InteropServices.SafeHandle
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Null SafeCryptographicProviderHandle

Открытые методы

Метод Описание
SafeCryptographicProviderHandle ( ) : System

Initializes a new instance of the SafeCryptographicProviderHandle class.

SafeCryptographicProviderHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System

Initializes a new instance of the SafeCryptographicProviderHandle class.

Защищенные методы

Метод Описание
ReleaseHandle ( ) : bool

Описание методов

ReleaseHandle() защищенный Метод

protected ReleaseHandle ( ) : bool
Результат bool

SafeCryptographicProviderHandle() публичный Метод

Initializes a new instance of the SafeCryptographicProviderHandle class.
public SafeCryptographicProviderHandle ( ) : System
Результат System

SafeCryptographicProviderHandle() публичный Метод

Initializes a new instance of the SafeCryptographicProviderHandle class.
public SafeCryptographicProviderHandle ( IntPtr preexistingHandle, bool ownsHandle = true ) : System
preexistingHandle System.IntPtr An object that represents the pre-existing handle to use.
ownsHandle bool /// to have the native handle released when this safe handle is disposed or finalized; /// otherwise. ///
Результат System

Описание свойств

Null публичное статическое свойство

A handle that may be used in place of IntPtr.Zero.
public static SafeCryptographicProviderHandle Null
Результат SafeCryptographicProviderHandle