Javax.Net.Ssl.IHostnameVerifier.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", "GetVerify_Ljava_lang_String_Ljavax_net_ssl_SSLSession_Handler:Javax.Net.Ssl.IHostnameVerifierInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Verify (string hostname, ISSLSession session)

Parameters

hostname
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: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1