Search Results for

    Show / Hide Table of Contents

    Enum MySqlCertificateStoreLocation

    Defines the location of the certificate store.

    Namespace: MySql.Data.MySqlClient
    Assembly: MySql.Data.dll
    Version: 9.3.0
    Syntax
    public enum MySqlCertificateStoreLocation

    Fields

    Name Description
    CurrentUser

    Use certificate store for the current user.

    LocalMachine

    User certificate store for the machine.

    None

    Do not use certificate store.

    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.