C# Class Huddle.Clients.ServicePointManagerHelper

ファイルを表示 Open project: Huddle/Huddle.RestClient

Public Methods

Method Description
TrustAllCertificates ( ) : void
TrustAllCertificatesCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool

Method Details

TrustAllCertificates() public static method

public static TrustAllCertificates ( ) : void
return void

TrustAllCertificatesCallback() public static method

public static TrustAllCertificatesCallback ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors ) : bool
sender object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
errors SslPolicyErrors
return bool