Méthode | Description | |
---|---|---|
AuthenticateAsServerAsync ( ) : Task | ||
GetDefaultKerberosCredentials ( string username, string password ) : void | ||
PollMessageAsync ( int count ) : Task | ||
UnixGssFakeNegotiateStream ( Stream innerStream ) : System |
Méthode | Description | |
---|---|---|
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[] |
public AuthenticateAsServerAsync ( ) : Task | ||
Résultat | Task |
public static GetDefaultKerberosCredentials ( string username, string password ) : void | ||
username | string | |
password | string | |
Résultat | void |
public PollMessageAsync ( int count ) : Task | ||
count | int | |
Résultat | Task |
public UnixGssFakeNegotiateStream ( Stream innerStream ) : System | ||
innerStream | Stream | |
Résultat | System |