SqlColumnEncryptionAzureKeyVaultProvider Constructors

Definition

Overloads

SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback)
SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback, String)
SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback, String[])

SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback)

public SqlColumnEncryptionAzureKeyVaultProvider (Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback authenticationCallback);
new Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider : Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback -> Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider
Public Sub New (authenticationCallback As KeyVaultClient.AuthenticationCallback)

Parameters

authenticationCallback
KeyVaultClient.AuthenticationCallback

Applies to

SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback, String)

public SqlColumnEncryptionAzureKeyVaultProvider (Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback authenticationCallback, string trustedEndPoint);
new Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider : Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback * string -> Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider
Public Sub New (authenticationCallback As KeyVaultClient.AuthenticationCallback, trustedEndPoint As String)

Parameters

authenticationCallback
KeyVaultClient.AuthenticationCallback
trustedEndPoint
String

Applies to

SqlColumnEncryptionAzureKeyVaultProvider(KeyVaultClient+AuthenticationCallback, String[])

public SqlColumnEncryptionAzureKeyVaultProvider (Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback authenticationCallback, string[] trustedEndPoints);
new Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider : Microsoft.Azure.KeyVault.KeyVaultClient.AuthenticationCallback * string[] -> Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider.SqlColumnEncryptionAzureKeyVaultProvider
Public Sub New (authenticationCallback As KeyVaultClient.AuthenticationCallback, trustedEndPoints As String())

Parameters

authenticationCallback
KeyVaultClient.AuthenticationCallback
trustedEndPoints
String[]

Applies to