Compartilhar via


Propriedade ISql90SymmetricKey.EncryptionSymmetricKeys

Obtém a lista de chaves simétricas com o qual criptografar a chave.

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

Sintaxe

'Declaração
ReadOnly Property EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
    Get
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
    IList<ISql90SymmetricKey^>^ get ();
}
abstract EncryptionSymmetricKeys : IList<ISql90SymmetricKey>
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISql90SymmetricKey>

Segurança do .NET Framework

Consulte também

Referência

ISql90SymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel