Search Results for

    Show / Hide Table of Contents

    Class CertificateValidationEventArgs

    An argument passed on to the user for validating the server certificate during SSL authentication.

    Inheritance
    object
    EventArgs
    ProxyEventArgsBase
    CertificateValidationEventArgs
    Inherited Members
    ProxyEventArgsBase.ClientUserData
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Titanium.Web.Proxy.EventArguments
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public class CertificateValidationEventArgs : ProxyEventArgsBase

    Constructors

    | Edit this page View Source

    CertificateValidationEventArgs(SessionEventArgsBase, X509Certificate?, X509Chain?, SslPolicyErrors)

    Declaration
    public CertificateValidationEventArgs(SessionEventArgsBase session, X509Certificate? certificate, X509Chain? chain, SslPolicyErrors sslPolicyErrors)
    Parameters
    Type Name Description
    SessionEventArgsBase session
    X509Certificate certificate
    X509Chain chain
    SslPolicyErrors sslPolicyErrors

    Properties

    | Edit this page View Source

    Certificate

    Server certificate.

    Declaration
    public X509Certificate? Certificate { get; }
    Property Value
    Type Description
    X509Certificate
    | Edit this page View Source

    Chain

    Certificate chain.

    Declaration
    public X509Chain? Chain { get; }
    Property Value
    Type Description
    X509Chain
    | Edit this page View Source

    IsValid

    Is the given server certificate valid?

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Session

    Declaration
    public SessionEventArgsBase Session { get; }
    Property Value
    Type Description
    SessionEventArgsBase

    The session.

    | Edit this page View Source

    SslPolicyErrors

    SSL policy errors.

    Declaration
    public SslPolicyErrors SslPolicyErrors { get; }
    Property Value
    Type Description
    SslPolicyErrors
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX