你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlAlwaysEncryptedProperties 类

定义

Sql 始终加密的属性。

public class SqlAlwaysEncryptedProperties
type SqlAlwaysEncryptedProperties = class
Public Class SqlAlwaysEncryptedProperties
继承
SqlAlwaysEncryptedProperties

构造函数

SqlAlwaysEncryptedProperties()

初始化 SqlAlwaysEncryptedProperties 类的新实例。

SqlAlwaysEncryptedProperties(String, Object, SecretBase, CredentialReference)

初始化 SqlAlwaysEncryptedProperties 类的新实例。

属性

AlwaysEncryptedAkvAuthType

获取或设置 sql always encrypted AKV 身份验证类型。 类型:字符串 (或带有 resultType 字符串) 的表达式。 可能的值包括:“ServicePrincipal”、“ManagedIdentity”、“UserAssignedManagedIdentity”

Credential

获取或设置包含身份验证信息的凭据引用。

ServicePrincipalId

获取或设置 Azure Active Directory 中用于 Azure 密钥保管库身份验证的应用程序的客户端 ID。 类型:字符串 (或带有 resultType 字符串) 的表达式。

ServicePrincipalKey

获取或设置用于对 Azure 密钥保管库进行身份验证的服务主体的密钥。

方法

Validate()

验证 对象。

适用于