ISql90SymmetricKey.EncryptionAsymmetricKeys Property
Gets the list of asymmetric keys 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 EncryptionAsymmetricKeys As IList(Of ISql90AsymmetricKey)
IList<ISql90AsymmetricKey> EncryptionAsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ EncryptionAsymmetricKeys {
IList<ISql90AsymmetricKey^>^ get ();
}
abstract EncryptionAsymmetricKeys : IList<ISql90AsymmetricKey>
function get EncryptionAsymmetricKeys () : IList<ISql90AsymmetricKey>
Property Value
Type: System.Collections.Generic.IList<ISql90AsymmetricKey>
.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.