Hendelser
31. mars, 23 - 2. apr., 23
Den største SQL-, Fabric- og Power BI-læringshendelsen. 31. mars til 2. april. Bruk koden FABINSIDER til å spare USD 400.
Registrer deg i dagDenne nettleseren støttes ikke lenger.
Oppgrader til Microsoft Edge for å dra nytte av de nyeste funksjonene, sikkerhetsoppdateringene og den nyeste tekniske støtten.
Enhancing the security of a Microsoft JDBC Driver for SQL Server application is crucial. Security involves more than avoiding common coding pitfalls. An application that accesses data has many potential failure points that an attacker can exploit. Security failures may allow attackers to retrieve, manipulate, or destroy sensitive data. It's important to understand all aspects of application security. From the process of threat modeling during the design phase to eventual deployment, and continuing through ongoing maintenance.
The articles in this section describe some common security concerns including connection strings, validating user input, and general application security.
Article | Description |
---|---|
Securing connection strings | Describes techniques to help protect information used to connect to a data source. |
Validating user input | Describes techniques to validate user input. |
Application security | Describes how to use Java policy permissions to help secure a JDBC driver application. |
Using encryption | Describes how to establish a secure communication channel with a SQL Server database using Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL). |
FIPS mode | Describes how to use JDBC driver in FIPS-compliant mode. |
Hendelser
31. mars, 23 - 2. apr., 23
Den største SQL-, Fabric- og Power BI-læringshendelsen. 31. mars til 2. april. Bruk koden FABINSIDER til å spare USD 400.
Registrer deg i dagOpplæring
Læringsbane
Implementere et sikkert miljø for en databasetjeneste - Training
Implementere et sikkert miljø for en databasetjeneste
Sertifisering
Microsoft Certified: Azure Database Administrator Associate - Certifications
Administrer en SQL Server-databaseinfrastruktur for skybaserte, lokale og hybride relasjonsdatabaser ved hjelp av microsoft PaaS-relasjonsdatabasetilbud.
Dokumentasjon
Securing connection strings - JDBC Driver for SQL Server
Learn how to secure connection string information when using the JDBC Driver for SQL Server.
Application security - JDBC Driver for SQL Server
Learn about application security and java policy permissions when developing an application using the JDBC driver.
Configuring the client for encryption - JDBC Driver for SQL Server
Learn about client-side encryption and certificate trust to ensure the security of clients using the Microsoft JDBC Driver for SQL Server.