Interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType

    • Method Detail

      • withAzureKeyVaultServerKey

        SqlEncryptionProtector.Update withAzureKeyVaultServerKey​(String serverKeyName)
        Updates the Encryption Protector to use an AzureKeyVault server key.
        Parameters:
        serverKeyName - the server key name
        Returns:
        The next stage of the definition.
      • withServiceManagedServerKey

        SqlEncryptionProtector.Update withServiceManagedServerKey()
        Updates the Encryption Protector to use the default service managed server key.
        Returns:
        The next stage of the definition.