The fields of Android.Net.Http.SslError are listed below. For a list of all members, see the SslError Members list.
See Also: Inherited members from Java.Lang.Object
const | SslDateInvalid | SslErrorType (4). The date of the certificate is invalid |
const | SslExpired | SslErrorType (1). The certificate has expired |
const | SslIdmismatch | SslErrorType (2). Hostname mismatch |
const | SslInvalid | SslErrorType (5). A generic error occurred |
const | SslMaxError | SslErrorType (4). The number of different SSL errors. |
const | SslNotyetvalid | SslErrorType (0). The certificate is not yet valid |
const | SslUntrusted | SslErrorType (3). The certificate authority is not trusted |