'Declaration
<ObsoleteAttribute("Use KeyExchangeAlgorithms instead")>
Public Shared ReadOnly Property AvailableKeyExchangeAlgorithms As String()
'Usage
Dim value() As String
value = Connection.AvailableKeyExchangeAlgorithms
[Obsolete("Use KeyExchangeAlgorithms instead")]
public static string[] AvailableKeyExchangeAlgorithms {get;}
[Obsolete("Use KeyExchangeAlgorithms instead")]
public: __property static string*[]* get_AvailableKeyExchangeAlgorithms();
[Obsolete("Use KeyExchangeAlgorithms instead")]
public:
static property array<String^>^ AvailableKeyExchangeAlgorithms {
array<String^>^ get();
}