Compartir a través de


ISql90SymmetricKey.EncryptionAsymmetricKeys (Propiedad)

Obtiene la lista de claves asimétricas con las que se va a cifrar la clave.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90SymmetricKey Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)