RSACryptoServiceProvider.KeyExchangeAlgorithm Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the key exchange algorithm available with this implementation of RSA.
public:
 virtual property System::String ^ KeyExchangeAlgorithm { System::String ^ get(); };public override string? KeyExchangeAlgorithm { get; }public override string KeyExchangeAlgorithm { get; }member this.KeyExchangeAlgorithm : stringPublic Overrides ReadOnly Property KeyExchangeAlgorithm As StringProperty Value
The name of the key exchange algorithm if it exists; otherwise, null.
Remarks
This property indicates the name of the algorithm, not of the type. For example, RSA-PKCS1-KeyEx is a key exchange algorithm name.