프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SessionSecret | byte[] |
메소드 | 설명 | |
---|---|---|
SrpServerSession ( |
Creates a new SrpServerSession that will authenticate a stream.
|
|
TryAuthenticate ( Stream stream, byte additionalChallenge ) : bool |
Attempts to authenticate the provided stream.
|
메소드 | 설명 | |
---|---|---|
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. | |
리턴 | System |
public TryAuthenticate ( Stream stream, byte additionalChallenge ) : bool | ||
stream | Stream | the stream to authenticate |
additionalChallenge | byte | |
리턴 | bool |