RSACryptoServiceProvider.KeyExchangeAlgorithm Property

Definition

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 : string
Public Overrides ReadOnly Property KeyExchangeAlgorithm As String

Property 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.

Applies to

See also