Purpose

Specifies the password used to access the Java KeyStore file. This property is used only when Always Encrypted is enabled (ColumnEncryption=Enabled | ResultsetOnly) and the Java KeyStore is the keystore provider. The Java KeyStore contains the column master key used for Always Encrypted functionality.

Valid Values

keystore_password

where:

keystore_password
is the password used to access the key(s) in the Java keystore.

Notes

  • This property is used to access the key(s) in the Java KeyStore file specified by the AEKeystoreLocation connection property.
  • If no value is specified for this property, an empty string is passed to the Java KeyStore file.
  • The value for this property is ignored when Always Encrypted is disabled (ColumnEncryption=Disabled).

Data source method

public String getAEKeystoreSecret()

public void setAEKeystoreSecret(String)

Default

Empty string

Data Type

String

See Also