ISql90SymmetricKey.EncryptionPasswords-Eigenschaft

Ruft die Liste der Kennwörter ab, mit denen der Schlüssel verschlüsselt wird.

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)
    Get
IList<ISql90SymmetricKeyEncryptionPassword> EncryptionPasswords { get; }
property IList<ISql90SymmetricKeyEncryptionPassword^>^ EncryptionPasswords {
    IList<ISql90SymmetricKeyEncryptionPassword^>^ get ();
}
abstract EncryptionPasswords : IList<ISql90SymmetricKeyEncryptionPassword>
function get EncryptionPasswords () : IList<ISql90SymmetricKeyEncryptionPassword>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SymmetricKey Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace