共用方式為


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 命名空間