ISql90SymmetricKey.EncryptionPasswords (Propiedad)

Obtiene la lista de contraseñas 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 EncryptionPasswords As IList(Of ISql90SymmetricKeyEncryptionPassword)
    Get
IList<ISql90SymmetricKeyEncryptionPassword> EncryptionPasswords { get; }
property IList<ISql90SymmetricKeyEncryptionPassword^>^ EncryptionPasswords {
    IList<ISql90SymmetricKeyEncryptionPassword^>^ get ();
}
abstract EncryptionPasswords : IList<ISql90SymmetricKeyEncryptionPassword>
function get EncryptionPasswords () : IList<ISql90SymmetricKeyEncryptionPassword>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90SymmetricKey Interfaz

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