ECDsa.KeyExchangeAlgorithm Propriedade
Definição
Obtém o nome do algoritmo de troca de chaves.Gets the name of the key exchange algorithm.
public:
virtual property System::String ^ KeyExchangeAlgorithm { System::String ^ get(); };
public override string? KeyExchangeAlgorithm { get; }
public override string KeyExchangeAlgorithm { get; }
member this.KeyExchangeAlgorithm : string
Public Overrides ReadOnly Property KeyExchangeAlgorithm As String
Valor da propriedade
Sempre null.Always null.
Comentários
Essa propriedade é herdada da AsymmetricAlgorithm classe base.This property is inherited from the AsymmetricAlgorithm base class.
O ECDSA (algoritmo de assinatura digital de curva elíptica) é usado para a geração de assinatura digital; Ele não é usado para derivação de chave, portanto, essa propriedade retorna null .The Elliptic Curve Digital Signature Algorithm (ECDSA) is used for digital signature generation; it is not used for key derivation Therefore, this property returns null.