C# Class Microsoft.SqlServer.TDS.Authentication.TDSFedAuthInfoOptionSTSURL

TDS FedAuth Info Option for STS URL
Inheritance: TDSFedAuthInfoOption
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Deflate ( Stream source ) : void

Deflate the data to the stream, when writing this token.

Inflate ( Stream source ) : bool

Inflate the data from the stream, when receiving this token.

TDSFedAuthInfoOptionSTSURL ( ) : System

Default public contructor

TDSFedAuthInfoOptionSTSURL ( string stsurl ) : System

Constructor

TDSFedAuthInfoOptionSTSURL ( uint infoDataLength ) : System

Constructor

Method Details

Deflate() public method

Deflate the data to the stream, when writing this token.
public Deflate ( Stream source ) : void
source Stream
return void

Inflate() public method

Inflate the data from the stream, when receiving this token.
public Inflate ( Stream source ) : bool
source Stream
return bool

TDSFedAuthInfoOptionSTSURL() public method

Default public contructor
public TDSFedAuthInfoOptionSTSURL ( ) : System
return System

TDSFedAuthInfoOptionSTSURL() public method

Constructor
public TDSFedAuthInfoOptionSTSURL ( string stsurl ) : System
stsurl string STSURL string
return System

TDSFedAuthInfoOptionSTSURL() public method

Constructor
public TDSFedAuthInfoOptionSTSURL ( uint infoDataLength ) : System
infoDataLength uint Info Data Length
return System