C# Class Halibut.Transport.UnexpectedCertificateException

Inheritance: System.Security.Authentication.AuthenticationException
Mostrar archivo Open project: OctopusDeploy/Halibut

Public Methods

Method Description
ToString ( ) : string
UnexpectedCertificateException ( X509Certificate2 providedCert, ServiceEndPoint endPoint ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

UnexpectedCertificateException() public method

public UnexpectedCertificateException ( X509Certificate2 providedCert, ServiceEndPoint endPoint ) : System
providedCert System.Security.Cryptography.X509Certificates.X509Certificate2
endPoint ServiceEndPoint
return System