Table of Contents

Interface IHostnameVerifier

Namespace
Javax.Net.Ssl
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/HostnameVerifier.html

public interface IHostnameVerifier

Methods

Verify(String, SSLSession)

bool Verify(String arg0, SSLSession arg1)

Parameters

arg0 String

String

arg1 SSLSession

SSLSession

Returns

bool

bool