ISql90SymmetricKey.EncryptionSymmetricKeys Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property EncryptionSymmetricKeys As IList(Of ISql90SymmetricKey)
'Usage
Dim instance As ISql90SymmetricKey
Dim value As IList(Of ISql90SymmetricKey)
value = instance.EncryptionSymmetricKeys
IList<ISql90SymmetricKey> EncryptionSymmetricKeys { get; }
property IList<ISql90SymmetricKey^>^ EncryptionSymmetricKeys {
IList<ISql90SymmetricKey^>^ get ();
}
function get EncryptionSymmetricKeys () : IList<ISql90SymmetricKey>
Property Value
Type: System.Collections.Generic.IList<ISql90SymmetricKey>
.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.