C# 클래스 PInvoke.AdvApi32.SafeCryptographicProviderHandle

A cryptographic service provider (CSP) handle.
상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: AArnott/pinvoke 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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