get_TrustServerCertificate()

SqlConnectionStringBuilder::get_TrustServerCertificate() const method

Checks whether connection is protected using trust server certificate.

bool System::Data::SqlClient::SqlConnectionStringBuilder::get_TrustServerCertificate() const

Return Value

True if trust server certificate is provided, false otherwise.

See Also