Show / Hide Table of Contents

    Enum SslVerification

    The verification scheme to use for authentication.

    Namespace: System.Net.Security
    Assembly: System.Net.dll
    Syntax
    public enum SslVerification

    Fields

    Name Description
    CertificateRequired

    A certificate is required for authentication. If authenticating as a client, the server certificate is required. If authenticating as a server, the client certificate is required.

    NoVerification

    No verification of certificates is required for authentication.

    VerifyClientOnce

    Verify the client certificate only once. Applies only to authenticating as a server.

    VerifyPeer

    If authenticating as a client, verifies the peer certificate and fails if no certificate is sent. If authenticating as a server, it verifies the peer certificate only if a certificate is sent.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX