Org.Apache.Http.Conn.Ssl.AbstractVerifier.Verify Method
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", "")]
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

Verifies that the specified hostname is allowed within the specified SSL session.

[Android Documentation]

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