C# 클래스 Microsoft.SqlServer.TDS.Authentication.TDSFedAuthToken

FedAuthToken Message definition.
상속: TDSPacketToken
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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.

메소드 상세

Deflate() 공개 메소드

Deflate the token.
public Deflate ( Stream destination ) : void
destination System.IO.Stream Stream the token to deflate to.
리턴 void

Inflate() 공개 메소드

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.
리턴 bool

TDSFedAuthToken() 공개 메소드

Default Constructor.
public TDSFedAuthToken ( ) : System.IO
리턴 System.IO

TDSFedAuthToken() 공개 메소드

Inflating constructor.
public TDSFedAuthToken ( Stream source ) : System.IO
source System.IO.Stream
리턴 System.IO

TDSFedAuthToken() 공개 메소드

Initialization constructor.
public TDSFedAuthToken ( byte token, byte nonce ) : System.IO
token byte Token
nonce byte
리턴 System.IO