SqlAlwaysEncryptedProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Sql は常に暗号化されたプロパティです。
public class SqlAlwaysEncryptedProperties
type SqlAlwaysEncryptedProperties = class
Public Class SqlAlwaysEncryptedProperties
- 継承
-
SqlAlwaysEncryptedProperties
コンストラクター
SqlAlwaysEncryptedProperties() |
SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。 |
SqlAlwaysEncryptedProperties(String, Object, SecretBase, CredentialReference) |
SqlAlwaysEncryptedProperties クラスの新しいインスタンスを初期化します。 |
プロパティ
AlwaysEncryptedAkvAuthType |
SQL で常に暗号化された AKV 認証の種類を取得または設定します。 型: string (または resultType 文字列を含む式)。 使用できる値は、'ServicePrincipal'、'ManagedIdentity'、'UserAssignedManagedIdentity' です。 |
Credential |
認証情報を含む資格情報参照を取得または設定します。 |
ServicePrincipalId |
Azure Key Vault認証に使用される Azure Active Directory 内のアプリケーションのクライアント ID を取得または設定します。 型: string (または resultType 文字列を含む式)。 |
ServicePrincipalKey |
Azure Key Vaultに対する認証に使用されるサービス プリンシパルのキーを取得または設定します。 |
メソッド
Validate() |
オブジェクトを検証します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET