Поделиться через


ISql90SymmetricKey.EncryptionPasswords - свойство

Получает список паролей, с помощью которых следует зашифровать ключ.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ISql90SymmetricKeyEncryptionPassword>

Безопасность платформы .NET Framework

См. также

Ссылки

ISql90SymmetricKey Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен