Class CertificateValidity
Enumeration of possible responses specified by the ValidateServerCertificateEventArgs as modified by FiddlerApplication's OnValidateServerCertificate
Inheritance
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class CertificateValidity : Enum
Fields
ConfirmWithUser
The certificate will be confirmed with the user even if CertificatePolicyErrors == SslPolicyErrors.None. Note: FiddlerCore does not support user-prompting and will always treat this status as ForceInvalid.
Declaration
public const CertificateValidity ConfirmWithUser
Field Value
CertificateValidity
|
Default
The certificate will be considered valid if CertificatePolicyErrors == SslPolicyErrors.None, otherwise the certificate will be invalid unless the user manually allows the certificate.
Declaration
public const CertificateValidity Default
Field Value
CertificateValidity
|
ForceInvalid
Force the certificate to be considered Invalid, regardless of the value of CertificatePolicyErrors.
Declaration
public const CertificateValidity ForceInvalid
Field Value
CertificateValidity
|
ForceValid
Force the certificate to be considered Valid, regardless of the value of CertificatePolicyErrors.
Declaration
public const CertificateValidity ForceValid
Field Value
CertificateValidity
|
value__
Declaration
public int value__
Field Value
System.Int32
|