Verifies that the specified hostname is allowed within the specified SSL
session.
Syntax
[Android.Runtime.Register("verify", "(Ljava/lang/String;Ljavax/net/ssl/SSLSession;)Z", "GetVerify_Ljava_lang_String_Ljavax_net_ssl_SSLSession_Handler:Org.Apache.Http.Conn.Ssl.IX509HostnameVerifierInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
bool Verify (
string host,
Javax.Net.Ssl.ISSLSession session)
Parameters
- host
- the hostname.
- session
- the SSL session of the connection.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Org.Apache.Http.Conn.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1