C# Class Microsoft.SqlServer.TDS.SSPI.TDSSSPIClientToken

Token that carries client's SSPI payload during login sequence
Inheritance: TDSPacketToken
Show file Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSSSPIClientToken ( Stream source, int length ) : System

Default constructor

TDSSSPIClientToken ( byte payload ) : System

Initialization constructor

Method Details

Deflate() public method

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
return void

Inflate() public method

Inflate the token
public Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
return bool

TDSSSPIClientToken() public method

Default constructor
public TDSSSPIClientToken ( Stream source, int length ) : System
source Stream
length int
return System

TDSSSPIClientToken() public method

Initialization constructor
public TDSSSPIClientToken ( byte payload ) : System
payload byte
return System