RSACryptoServiceProvider: KeyExchangeAlgorithm (get) |
Returns the name of the key exchange algorithm this instance represents.
Public Property Get KeyExchangeAlgorithm ( ) As String
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.