Method | Description | |
---|---|---|
ContinueClientAuthentication ( byte clientToken ) : |
Initialize authentication sequence for the client
|
|
ContinueServerAuthentication ( byte clientToken ) : |
Continue authentication sequence for the server
|
|
CreateClient ( ) : |
Create SSPI context for client
|
|
CreateServer ( ) : |
Create SSPI context for server
|
|
Dispose ( ) : void |
Dispose
|
|
GetRemoteIdentity ( ) : IIdentity |
Return identity of the party on the other end
|
|
StartClientAuthentication ( string targetMachine, uint targetPort ) : |
Initialize authentication sequence for the client
|
|
StartServerAuthentication ( byte clientToken ) : |
Initialize authentication sequence for the server
|
Method | Description | |
---|---|---|
Dispose ( bool bIsDisposing ) : void |
Dispose the instance
|
Method | Description | |
---|---|---|
SSPIContext ( ) : System |
Default constructor
|
public ContinueClientAuthentication ( byte clientToken ) : |
||
clientToken | byte | Payload received from the server |
return |
public ContinueServerAuthentication ( byte clientToken ) : |
||
clientToken | byte | Token received from the client |
return |
protected Dispose ( bool bIsDisposing ) : void | ||
bIsDisposing | bool | |
return | void |
public StartClientAuthentication ( string targetMachine, uint targetPort ) : |
||
targetMachine | string | |
targetPort | uint | |
return |
public StartServerAuthentication ( byte clientToken ) : |
||
clientToken | byte | Token received from the client |
return |