Skip to content

SqlConnectionStringBuilder why does "Trust Server Certificate=True" have spaces? #1407

@MojoDK

Description

@MojoDK

Setting SqlConnectionStringBuilder.TrustServerCertificate = True results in the string returned by SqlConnectionStringBuilder.ConnectionString to be "Trust Server Certificate=True".

Why the spaces?

Why not return "TrustServerCertificate=True"?

Is TrustServerCertificate deprecated in favor of "Trust Server Certificate?

Metadata

Metadata

Assignees

No one assigned

    Labels

    By Design 🎨Issues due to driver feature design and will not be fixed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions