The members of Android.Net.Http.SslError are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new SslError object using the supplied error and certificate. | ||
Creates a new SslError object using the supplied error and certificate. | ||
Creates a new SslError object using the supplied error, certificate and URL. | ||
Creates a new SslError object using the supplied error, certificate and URL. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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 |
[read-only] | Certificate | SslCertificate. Gets the SSL certificate associated with this object. |
[read-only] | PrimaryError | SslErrorType. Gets the most severe SSL error in this object's set of errors. |
[read-only] | Url | string. Gets the URL associated with this object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddError(SslErrorType)Adds the supplied SSL error to the set. | ||
HasError(SslErrorType)Determines whether this object includes the supplied error. |