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

FedAuthToken Message definition.
Inheritance: TDSPacketToken
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSFedAuthToken ( ) : System.IO

Default Constructor.

TDSFedAuthToken ( Stream source ) : System.IO

Inflating constructor.

TDSFedAuthToken ( byte token, byte nonce ) : System.IO

Initialization constructor.

Method Details

Deflate() public méthode

Deflate the token.
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream the token to deflate to.
Résultat void

Inflate() public méthode

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from.
Résultat bool

TDSFedAuthToken() public méthode

Default Constructor.
public TDSFedAuthToken ( ) : System.IO
Résultat System.IO

TDSFedAuthToken() public méthode

Inflating constructor.
public TDSFedAuthToken ( Stream source ) : System.IO
source System.IO.Stream
Résultat System.IO

TDSFedAuthToken() public méthode

Initialization constructor.
public TDSFedAuthToken ( byte token, byte nonce ) : System.IO
token byte Token
nonce byte
Résultat System.IO