Dela via


ISql90SymmetricKey.EncryptionPasswords Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property EncryptionPasswords As IList(Of ISql90SymmetricKeyEncryptionPassword)
'Usage
Dim instance As ISql90SymmetricKey 
Dim value As IList(Of ISql90SymmetricKeyEncryptionPassword)

value = instance.EncryptionPasswords
IList<ISql90SymmetricKeyEncryptionPassword> EncryptionPasswords { get; }
property IList<ISql90SymmetricKeyEncryptionPassword^>^ EncryptionPasswords {
    IList<ISql90SymmetricKeyEncryptionPassword^>^ get ();
}
function get EncryptionPasswords () : IList<ISql90SymmetricKeyEncryptionPassword>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SymmetricKey Interface

ISql90SymmetricKey Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace