C# Class System.Net.Http.WinHttpHandlerFunctional.Tests.ServerCertificateTest.ValidationCallbackHistory

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
CertificateChain System.Security.Cryptography.X509Certificates.X509CertificateCollection
CertificateSubject string
ChainStatus System.Security.Cryptography.X509Certificates.X509ChainStatus[]
ReturnFailure bool
SslPolicyErrors SslPolicyErrors
ThrowException bool
WasCalled bool

Public Methods

Method Description
ValidationCallbackHistory ( ) : System

Method Details

ValidationCallbackHistory() public method

public ValidationCallbackHistory ( ) : System
return System

Property Details

CertificateChain public_oe property

public X509CertificateCollection,System.Security.Cryptography.X509Certificates CertificateChain
return System.Security.Cryptography.X509Certificates.X509CertificateCollection

CertificateSubject public_oe property

public string CertificateSubject
return string

ChainStatus public_oe property

public X509ChainStatus[],System.Security.Cryptography.X509Certificates ChainStatus
return System.Security.Cryptography.X509Certificates.X509ChainStatus[]

ReturnFailure public_oe property

public bool ReturnFailure
return bool

SslPolicyErrors public_oe property

public SslPolicyErrors SslPolicyErrors
return SslPolicyErrors

ThrowException public_oe property

public bool ThrowException
return bool

WasCalled public_oe property

public bool WasCalled
return bool