Propriedade ISql90SymmetricKey.EncryptionAsymmetricKeys
Obtém a lista de chaves assimétricas, com o qual criptografar a chave.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
ReadOnly Property EncryptionAsymmetricKeys As IList(Of ISql90AsymmetricKey)
Get
IList<ISql90AsymmetricKey> EncryptionAsymmetricKeys { get; }
property IList<ISql90AsymmetricKey^>^ EncryptionAsymmetricKeys {
IList<ISql90AsymmetricKey^>^ get ();
}
abstract EncryptionAsymmetricKeys : IList<ISql90AsymmetricKey>
function get EncryptionAsymmetricKeys () : IList<ISql90AsymmetricKey>
Valor de propriedade
Tipo: System.Collections.Generic.IList<ISql90AsymmetricKey>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.