ECDiffieHellman.SignatureAlgorithm Propriedade

Definição

Obtém o nome do algoritmo de assinatura.Gets the name of the signature algorithm.

public:
 virtual property System::String ^ SignatureAlgorithm { System::String ^ get(); };
public override string? SignatureAlgorithm { get; }
public override string SignatureAlgorithm { get; }
member this.SignatureAlgorithm : string
Public Overrides ReadOnly Property SignatureAlgorithm As String

Valor da propriedade

String

Sempre null.Always null.

Comentários

Essa propriedade é herdada da AsymmetricAlgorithm classe base.This property is inherited from the AsymmetricAlgorithm base class.

O algoritmo de Diffie-Hellman de curva elíptica (ECDH) é usado para derivação de chave, não para geração de assinatura digital.The Elliptic Curve Diffie-Hellman (ECDH) algorithm is used for key derivation, not digital signature generation. Portanto, essa propriedade retorna null .Therefore, this property returns null.

Aplica-se a