ISql90SymmetricKey.EncryptionCertificates 属性

获取用于加密密钥的证书的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property EncryptionCertificates As IList(Of ISql90Certificate)
    Get
IList<ISql90Certificate> EncryptionCertificates { get; }
property IList<ISql90Certificate^>^ EncryptionCertificates {
    IList<ISql90Certificate^>^ get ();
}
abstract EncryptionCertificates : IList<ISql90Certificate>
function get EncryptionCertificates () : IList<ISql90Certificate>

属性值

类型:System.Collections.Generic.IList<ISql90Certificate>

.NET Framework 安全性

请参见

参考

ISql90SymmetricKey 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间