C# 클래스 Microsoft.SqlServer.TDS.EndPoint.SSPI.SSPIContext

SSPI context
상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ContinueClientAuthentication ( byte clientToken ) : SSPIResponse

Initialize authentication sequence for the client

ContinueServerAuthentication ( byte clientToken ) : SSPIResponse

Continue authentication sequence for the server

CreateClient ( ) : SSPIContext

Create SSPI context for client

CreateServer ( ) : SSPIContext

Create SSPI context for server

Dispose ( ) : void

Dispose

GetRemoteIdentity ( ) : IIdentity

Return identity of the party on the other end

StartClientAuthentication ( string targetMachine, uint targetPort ) : SSPIResponse

Initialize authentication sequence for the client

StartServerAuthentication ( byte clientToken ) : SSPIResponse

Initialize authentication sequence for the server

보호된 메소드들

메소드 설명
Dispose ( bool bIsDisposing ) : void

Dispose the instance

비공개 메소드들

메소드 설명
SSPIContext ( ) : System

Default constructor

메소드 상세

ContinueClientAuthentication() 공개 메소드

Initialize authentication sequence for the client
public ContinueClientAuthentication ( byte clientToken ) : SSPIResponse
clientToken byte Payload received from the server
리턴 SSPIResponse

ContinueServerAuthentication() 공개 메소드

Continue authentication sequence for the server
public ContinueServerAuthentication ( byte clientToken ) : SSPIResponse
clientToken byte Token received from the client
리턴 SSPIResponse

CreateClient() 공개 정적인 메소드

Create SSPI context for client
public static CreateClient ( ) : SSPIContext
리턴 SSPIContext

CreateServer() 공개 정적인 메소드

Create SSPI context for server
public static CreateServer ( ) : SSPIContext
리턴 SSPIContext

Dispose() 공개 메소드

Dispose
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Dispose the instance
protected Dispose ( bool bIsDisposing ) : void
bIsDisposing bool
리턴 void

GetRemoteIdentity() 공개 메소드

Return identity of the party on the other end
public GetRemoteIdentity ( ) : IIdentity
리턴 IIdentity

StartClientAuthentication() 공개 메소드

Initialize authentication sequence for the client
public StartClientAuthentication ( string targetMachine, uint targetPort ) : SSPIResponse
targetMachine string
targetPort uint
리턴 SSPIResponse

StartServerAuthentication() 공개 메소드

Initialize authentication sequence for the server
public StartServerAuthentication ( byte clientToken ) : SSPIResponse
clientToken byte Token received from the client
리턴 SSPIResponse