Share via


ISql90SymmetricKey.EncryptionCertificates Property

Gets the list of certificates with which to encrypt the key.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.IList<ISql90Certificate>

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace