Table of Contents

Interface IX509TrustManager

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/X509TrustManager.html

public interface IX509TrustManager : ITrustManager

Properties

AcceptedIssuers

X509Certificate[] AcceptedIssuers { get; }

Property Value

X509Certificate[]

Methods

CheckClientTrusted(X509Certificate[], String)

void CheckClientTrusted(X509Certificate[] arg0, String arg1)

Parameters

arg0 X509Certificate[]

X509Certificate

arg1 String

String

Exceptions

CertificateException

CheckServerTrusted(X509Certificate[], String)

void CheckServerTrusted(X509Certificate[] arg0, String arg1)

Parameters

arg0 X509Certificate[]

X509Certificate

arg1 String

String

Exceptions

CertificateException