Dela via


ISql90SymmetricKey.EncryptionCertificates Property

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

Syntax

'Declaration
ReadOnly Property EncryptionCertificates As IList(Of ISql90Certificate)
'Usage
Dim instance As ISql90SymmetricKey 
Dim value As IList(Of ISql90Certificate)

value = instance.EncryptionCertificates
IList<ISql90Certificate> EncryptionCertificates { get; }
property IList<ISql90Certificate^>^ EncryptionCertificates {
    IList<ISql90Certificate^>^ get ();
}
function get EncryptionCertificates () : IList<ISql90Certificate>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace