C# 클래스 Microsoft.SqlServer.TDS.Login7.TDSLogin7FedAuthOptionToken

Feature option token definition.
상속: TDSLogin7FeatureOptionToken
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token

TDSLogin7FedAuthOptionToken ( ) : System.IO

Default constructor

TDSLogin7FedAuthOptionToken ( Stream source ) : System.IO

Inflating constructor

TDSLogin7FedAuthOptionToken ( TdsPreLoginFedAuthRequiredOption echo, TDSFedAuthLibraryType libraryType, byte token, byte nonce, byte channelBindingToken, bool fIncludeSignature, bool fRequestingFurtherInfo, TDSFedAuthADALWorkflow workflow = TDSFedAuthADALWorkflow.USERNAME_PASSWORD ) : System.IO

Initialization Constructor.

비공개 메소드들

메소드 설명
ReadIDCRLLogin ( Stream source, uint optionDataLength ) : bool

Read the stream for IDCRL based login

ReadSecurityTokenLogin ( Stream source, uint optionDataLength ) : bool

Read the stream for SecurityToken based login

_GenerateRandomBytes ( int count ) : byte[]

Generates random bytes

메소드 상세

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

TDSLogin7FedAuthOptionToken() 공개 메소드

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

TDSLogin7FedAuthOptionToken() 공개 메소드

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

TDSLogin7FedAuthOptionToken() 공개 메소드

Initialization Constructor.
public TDSLogin7FedAuthOptionToken ( TdsPreLoginFedAuthRequiredOption echo, TDSFedAuthLibraryType libraryType, byte token, byte nonce, byte channelBindingToken, bool fIncludeSignature, bool fRequestingFurtherInfo, TDSFedAuthADALWorkflow workflow = TDSFedAuthADALWorkflow.USERNAME_PASSWORD ) : System.IO
echo TdsPreLoginFedAuthRequiredOption
libraryType TDSFedAuthLibraryType
token byte
nonce byte
channelBindingToken byte
fIncludeSignature bool
fRequestingFurtherInfo bool
workflow TDSFedAuthADALWorkflow
리턴 System.IO