C# 클래스 System.Net.Security.Tests.UnixGssFakeNegotiateStream

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

공개 메소드들

메소드 설명
AuthenticateAsServerAsync ( ) : Task
GetDefaultKerberosCredentials ( string username, string password ) : void
PollMessageAsync ( int count ) : Task
UnixGssFakeNegotiateStream ( Stream innerStream ) : System

비공개 메소드들

메소드 설명
EstablishSecurityContext ( Microsoft.Win32.SafeHandles.SafeGssContextHandle &context, byte buffer, byte &outputBuffer ) : bool
MessageLoop ( object state ) : void
ServerLoop ( object state ) : void
UnwrapMessage ( Microsoft.Win32.SafeHandles.SafeGssContextHandle context, byte message ) : byte[]
WrapMessage ( Microsoft.Win32.SafeHandles.SafeGssContextHandle context, byte message ) : byte[]

메소드 상세

AuthenticateAsServerAsync() 공개 메소드

public AuthenticateAsServerAsync ( ) : Task
리턴 Task

GetDefaultKerberosCredentials() 공개 정적인 메소드

public static GetDefaultKerberosCredentials ( string username, string password ) : void
username string
password string
리턴 void

PollMessageAsync() 공개 메소드

public PollMessageAsync ( int count ) : Task
count int
리턴 Task

UnixGssFakeNegotiateStream() 공개 메소드

public UnixGssFakeNegotiateStream ( Stream innerStream ) : System
innerStream Stream
리턴 System