Partilhar via


Propriedade ISql90SymmetricKey.EncryptionAsymmetricKeys

Obtém a lista de chaves assimé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 EncryptionAsymmetricKeys As IList(Of ISql90AsymmetricKey)
    Get
IList<ISql90AsymmetricKey> EncryptionAsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ EncryptionAsymmetricKeys {
    IList<ISql90AsymmetricKey^>^ get ();
}
abstract EncryptionAsymmetricKeys : IList<ISql90AsymmetricKey>
function get EncryptionAsymmetricKeys () : IList<ISql90AsymmetricKey>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90SymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel