microsoft / sqlmanagementobjects

Sql Management Objects, an API for scripting and managing SQL Server and Azure SQL Database
Other
132 stars 22 forks source link

Create Certificates using binary-encoded certificate bytes #132

Closed bruzel closed 1 year ago

bruzel commented 1 year ago

There's no support for creating Certificate objects using binary-encoded certificate bytes - at the moment only FILE, EXECUTABLE FILE and ASSEMBLY are supported.

Example T-SQL statement for creating such certificate objects:

CREATE CERTIFICATE [cert] FROM BINARY = 0xABCD1234

bruzel commented 1 year ago

This is fixed with version ## 170.18.0, 161.48044.0