Property | Type | Description | |
---|---|---|---|
SessionSecret | byte[] |
Method | Description | |
---|---|---|
SrpServerSession ( |
Creates a new SrpServerSession that will authenticate a stream.
|
|
TryAuthenticate ( Stream stream, byte additionalChallenge ) : bool |
Attempts to authenticate the provided stream.
|
Method | Description | |
---|---|---|
CreateSessionData ( byte sessionSecret, |
||
ResumeTicket ( IDigest hash, Stream stream, byte additionalChallenge ) : bool | ||
StandardAuthentication ( IDigest hash, Stream stream, byte additionalChallenge ) : bool | ||
TryLoadTicket ( byte ticket, |
Attempts to load the session resume ticket.
|
public SrpServerSession ( |
||
user | The user that will be authenticated. | |
return | System |
public TryAuthenticate ( Stream stream, byte additionalChallenge ) : bool | ||
stream | Stream | the stream to authenticate |
additionalChallenge | byte | |
return | bool |