Share via


RSACryptoServiceProvider.KeyExchangeAlgorithm Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the name of the key exchange algorithm available with this implementation of RSA.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib.Extensions (in mscorlib.Extensions.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property KeyExchangeAlgorithm As String
public override string KeyExchangeAlgorithm { get; }

Property Value

Type: System.String
The name of the key exchange algorithm if it exists; otherwise, nulla null reference (Nothing in Visual Basic).

Remarks

This property indicates the name of the algorithm, not of the type. For example, RSA-PKCS1-KeyEx is a key exchange algorithm name.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.