ISql90SymmetricKey.EncryptionPasswords Property
Gets the list of passwords with which to encrypt the key.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property EncryptionPasswords As IList(Of ISql90SymmetricKeyEncryptionPassword)
IList<ISql90SymmetricKeyEncryptionPassword> EncryptionPasswords { get; }
property IList<ISql90SymmetricKeyEncryptionPassword^>^ EncryptionPasswords {
IList<ISql90SymmetricKeyEncryptionPassword^>^ get ();
}
abstract EncryptionPasswords : IList<ISql90SymmetricKeyEncryptionPassword>
function get EncryptionPasswords () : IList<ISql90SymmetricKeyEncryptionPassword>
Property Value
Type: System.Collections.Generic.IList<ISql90SymmetricKeyEncryptionPassword>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.