RSACryptoServiceProvider.KeyExchangeAlgorithm Propriété
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l’algorithme d’échange de clés disponible avec cette implémentation de RSA.
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 la propriété
Nom de l’algorithme d’échange de clés s’il existe ; sinon, null.
Remarques
Cette propriété indique le nom de l’algorithme, et non du type . Par exemple, RSA-PKCS1-KeyEx est un nom d’algorithme d’échange de clés.