ECDsa.KeyExchangeAlgorithm Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l'algorithme d'échange de clés.
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
Valeur de propriété
Toujours null
.
Remarques
Cette propriété est héritée de la AsymmetricAlgorithm classe de base.
L’algorithme ECDSA (Elliptic Curve Digital Signature Algorithm) est utilisé pour la génération de signatures numériques ; il n’est pas utilisé pour la dérivation de clé Par conséquent, cette propriété retourne null
.