RSACryptoServiceProvider: KeyExchangeAlgorithm (get)

KeyExchangeAlgorithm

Returns the name of the key exchange algorithm this instance represents.



 Public Property Get KeyExchangeAlgorithm ( ) As String

Return Values

String -  The name of the key exchange algorithm.

Remarks

When an RSACryptoServiceProvider is created as a key exchange instead of a signature service, this returns RSA-PKCS1-KeyEx', otherwise nothing is returned.

Read Only.

See Also

Project CorLib Overview

Class RSACryptoServiceProvider Overview