Method | Description | |
---|---|---|
Authenticate ( |
Authenticates the specified session.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
KeyboardInteractiveAuthenticationMethod ( string username ) : System |
Initializes a new instance of the KeyboardInteractiveAuthenticationMethod class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
Method | Description | |
---|---|---|
Session_UserAuthenticationFailureReceived ( object sender, MessageEventArgs |
||
Session_UserAuthenticationInformationRequestReceived ( object sender, MessageEventArgs |
||
Session_UserAuthenticationSuccessReceived ( object sender, MessageEventArgs |
public Authenticate ( |
||
session | The session to authenticate. | |
return | AuthenticationResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public KeyboardInteractiveAuthenticationMethod ( string username ) : System | ||
username | string | The username. |
return | System |