SqlColumnEncryptionAzureKeyVaultProvider Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET