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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET