Compartir a través de


ISql90SymmetricKey.EncryptionSymmetricKeys (Propiedad)

Obtiene la lista de claves simé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 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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90SymmetricKey Interfaz

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