C# 클래스 Microsoft.SqlServer.TDS.SSPI.TDSSSPIToken

Token that carries SSPI payload during login sequence
상속: TDSPacketToken
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSSSPIToken ( ) : System.IO

Default constructor

TDSSSPIToken ( byte payload ) : System.IO

Initialization constructor

메소드 상세

Deflate() 공개 메소드

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

Inflate() 공개 메소드

Inflate the token
public Inflate ( Stream source ) : bool
source System.IO.Stream Stream to inflate the token from
리턴 bool

TDSSSPIToken() 공개 메소드

Default constructor
public TDSSSPIToken ( ) : System.IO
리턴 System.IO

TDSSSPIToken() 공개 메소드

Initialization constructor
public TDSSSPIToken ( byte payload ) : System.IO
payload byte
리턴 System.IO