C# Class CmisSync.CertPolicyHandler

Inheritance: ICertificatePolicy
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Private Properties

Свойство Type Description
GetCertificateHR string
GetProblemMessage string

Méthodes publiques

Méthode Description
CertPolicyHandler ( ) : System
CheckValidationResult ( ServicePoint sp, X509Certificate certificate, WebRequest request, int error ) : bool
ShowWindow ( ) : void

Show User Interaction Window

Private Methods

Méthode Description
GetCertificateHR ( X509Certificate x509 ) : string

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

GetProblemMessage ( CertificateProblem problem ) : string

Method Details

CertPolicyHandler() public méthode

public CertPolicyHandler ( ) : System
Résultat System

CheckValidationResult() public méthode

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
Résultat bool

ShowWindow() public méthode

Show User Interaction Window
public ShowWindow ( ) : void
Résultat void