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

TDS FedAuth Info Option for SPN
상속: TDSFedAuthInfoOption
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

TDSFedAuthInfoOptionSPN ( ) : System

Default public contructor

TDSFedAuthInfoOptionSPN ( string spn ) : System

Constructor

TDSFedAuthInfoOptionSPN ( uint infoDataLength ) : System

Constructor

메소드 상세

Deflate() 공개 메소드

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

Inflate() 공개 메소드

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

TDSFedAuthInfoOptionSPN() 공개 메소드

Default public contructor
public TDSFedAuthInfoOptionSPN ( ) : System
리턴 System

TDSFedAuthInfoOptionSPN() 공개 메소드

Constructor
public TDSFedAuthInfoOptionSPN ( string spn ) : System
spn string SPN string
리턴 System

TDSFedAuthInfoOptionSPN() 공개 메소드

Constructor
public TDSFedAuthInfoOptionSPN ( uint infoDataLength ) : System
infoDataLength uint Info Data Length
리턴 System