SqlColumnEncryptionAzureKeyVaultProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- authenticationCallback
- KeyVaultClient.AuthenticationCallback
適用対象
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)
パラメーター
- authenticationCallback
- KeyVaultClient.AuthenticationCallback
- trustedEndPoint
- String
適用対象
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())
パラメーター
- authenticationCallback
- KeyVaultClient.AuthenticationCallback
- trustedEndPoints
- String[]
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET