Class CertificateMatchType
The certificate (X509Certificate2) property used in rule or advanced filter matching.
Inheritance
Namespace: FiddlerCore.Common.Rules
Assembly: FiddlerCore.dll
Syntax
public sealed class CertificateMatchType : Enum
Fields
ExpirationDate
Match the certificate expiration date
Declaration
public const CertificateMatchType ExpirationDate
Field Value
FingerprintSHA1
Match the certificate fingerprint (SHA1)
Declaration
public const CertificateMatchType FingerprintSHA1
Field Value
FingerprintSHA256
Match the certificate fingerprint (SHA256)
Declaration
public const CertificateMatchType FingerprintSHA256
Field Value
FriendlyName
Match the certificate friendly name
Declaration
public const CertificateMatchType FriendlyName
Field Value
IssueDate
Match the certificate issue date
Declaration
public const CertificateMatchType IssueDate
Field Value
IssuerCommonName
Match the certificate issuer CN (common name)
Declaration
public const CertificateMatchType IssuerCommonName
Field Value
IssuerCountry
Match the certificate issuer C (country)
Declaration
public const CertificateMatchType IssuerCountry
Field Value
IssuerOrganization
Match the certificate issuer O (organization)
Declaration
public const CertificateMatchType IssuerOrganization
Field Value
PublicKey
Match the certificate public key
Declaration
public const CertificateMatchType PublicKey
Field Value
SerialNumber
Match the certificate serial number
Declaration
public const CertificateMatchType SerialNumber
Field Value
Signature
Match the certificate signature algorithm
Declaration
public const CertificateMatchType Signature
Field Value
SubjectAlternativeName
Match the certificate subject alternative name
Declaration
public const CertificateMatchType SubjectAlternativeName
Field Value
SubjectCommonName
Match the certificate subject CN (common name)
Declaration
public const CertificateMatchType SubjectCommonName
Field Value
SubjectCountry
Match the certificate subject C (country)
Declaration
public const CertificateMatchType SubjectCountry
Field Value
SubjectOrganization
Match the certificate subject O (organization)
Declaration
public const CertificateMatchType SubjectOrganization
Field Value
Validity
Match whether the certificate is valid or invalid
Declaration
public const CertificateMatchType Validity
Field Value
value__
Declaration
public int value__
Field Value
System.
|
Version
Match the certificate version
Declaration
public const CertificateMatchType Version