C# Class Dse.Auth.Sspi.SafeSspiHandle

Safely encapsulates a raw handle used in the SSPI api.
Inheritance: System.Runtime.InteropServices.SafeHandle
ファイルを表示 Open project: datastax/csharp-driver-dse

Protected Methods

Method Description
SafeSspiHandle ( ) : System

Private Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

SafeSspiHandle() protected method

protected SafeSspiHandle ( ) : System
return System