C# Class PInvoke.AdvApi32.SafeCryptographicProviderHandle

A cryptographic service provider (CSP) handle.
Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: AArnott/pinvoke Class Usage Examples

Méthodes publiques

Свойство Type Description
Null SafeCryptographicProviderHandle

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Method Details

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool

SafeCryptographicProviderHandle() public méthode

Initializes a new instance of the SafeCryptographicProviderHandle class.
public SafeCryptographicProviderHandle ( ) : System
Résultat System

SafeCryptographicProviderHandle() public méthode

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. ///
Résultat System

Property Details

Null public_oe static_oe property

A handle that may be used in place of IntPtr.Zero.
public static SafeCryptographicProviderHandle Null
Résultat SafeCryptographicProviderHandle