C# 클래스 BugzillaInterface.SecurityCertificateHandler

Handles the cases when the user's computer does not have the root certificates for the https bugzilla server.
파일 보기 프로젝트 열기: skyronic/splatter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PromptMethod SecurityCertificateHandler.PromptUser

공개 메소드들

메소드 설명
Initialize ( ) : void

보호된 메소드들

메소드 설명
RemoteCertificateValidationCallback ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

RemoteCertificateValidationCallback() 보호된 메소드

protected RemoteCertificateValidationCallback ( Object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool
sender Object
certificate System.Security.Cryptography.X509Certificates.X509Certificate
chain System.Security.Cryptography.X509Certificates.X509Chain
sslPolicyErrors SslPolicyErrors
리턴 bool

프로퍼티 상세

PromptMethod 공개적으로 정적으로 프로퍼티

A SecurityCertificates.PromptUser, possibly provided by the UI which should prompt the user about signing onto some possibly mistrusted https:// link.
public static SecurityCertificateHandler.PromptUser PromptMethod
리턴 SecurityCertificateHandler.PromptUser