Propriedade ISql90AsymmetricKey.Algorithm
Obtém ou define o algoritmo usado para criar a chave.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Property Algorithm As SqlAsymmetricKeyAlgorithm
Get
Set
SqlAsymmetricKeyAlgorithm Algorithm { get; set; }
property SqlAsymmetricKeyAlgorithm Algorithm {
SqlAsymmetricKeyAlgorithm get ();
void set (SqlAsymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlAsymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlAsymmetricKeyAlgorithm
function set Algorithm (value : SqlAsymmetricKeyAlgorithm)
Valor de propriedade
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlAsymmetricKeyAlgorithm
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.