C# 클래스 CmisSync.CertPolicyHandler

상속: ICertificatePolicy
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCertificateHR string
GetProblemMessage string

공개 메소드들

메소드 설명
CertPolicyHandler ( ) : System
CheckValidationResult ( ServicePoint sp, X509Certificate certificate, WebRequest request, int error ) : bool
ShowWindow ( ) : void

Show User Interaction Window

비공개 메소드들

메소드 설명
GetCertificateHR ( X509Certificate x509 ) : string

Return a human readable string, describing the general Cert properties.

GetProblemMessage ( CertificateProblem problem ) : string

메소드 상세

CertPolicyHandler() 공개 메소드

public CertPolicyHandler ( ) : System
리턴 System

CheckValidationResult() 공개 메소드

public CheckValidationResult ( ServicePoint sp, X509Certificate certificate, WebRequest request, int error ) : bool
sp System.Net.ServicePoint
certificate System.Security.Cryptography.X509Certificates.X509Certificate
request System.Net.WebRequest
error int
리턴 bool

ShowWindow() 공개 메소드

Show User Interaction Window
public ShowWindow ( ) : void
리턴 void