
Public Member Functions | |
| Http () | |
| Default constructor. | |
Static Public Member Functions | |
| static Simias.Storage.Member | GetMember (string domainID, HttpContext ctx) |
| Summary description for Http. | |
| static void | VerifyWithPPK (string domainId, string memberId, byte[] signed, HttpContext ctx) |
| Used by server to validate the signature using PPK. | |
| static bool | AuthenticateWithPPK (string domainId, string memberId, string baseUrl) |
| Used by the client to autenticate using Private Key Authentication. | |
Classes | |
| class | Nonce |
| Class to deal with nonce. More... | |
| Simias::Authentication::Http::Http | ( | ) | [inline] |
Default constructor.
| static Simias.Storage.Member Simias::Authentication::Http::GetMember | ( | string | domainID, | |
| HttpContext | ctx | |||
| ) | [inline, static] |
| static void Simias::Authentication::Http::VerifyWithPPK | ( | string | domainId, | |
| string | memberId, | |||
| byte[] | signed, | |||
| HttpContext | ctx | |||
| ) | [inline, static] |
Used by server to validate the signature using PPK.
| domainId | ||
| memberId | ||
| signed | ||
| ctx |
| static bool Simias::Authentication::Http::AuthenticateWithPPK | ( | string | domainId, | |
| string | memberId, | |||
| string | baseUrl | |||
| ) | [inline, static] |
Used by the client to autenticate using Private Key Authentication.
| domainId | ||
| memberId |
1.5.6