Share via


ITlsHandshakeFeature.KeyExchangeAlgorithm Property

Definition

Caution

KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties are obsolete. Use NegotiatedCipherSuite instead.

public:
 property System::Security::Authentication::ExchangeAlgorithmType KeyExchangeAlgorithm { System::Security::Authentication::ExchangeAlgorithmType get(); };
[System.Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
public System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get; }
[<System.Obsolete("KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties are obsolete. Use NegotiatedCipherSuite instead.", DiagnosticId="SYSLIB0058", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.KeyExchangeAlgorithm : System.Security.Authentication.ExchangeAlgorithmType
member this.KeyExchangeAlgorithm : System.Security.Authentication.ExchangeAlgorithmType
Public ReadOnly Property KeyExchangeAlgorithm As ExchangeAlgorithmType

Property Value

Attributes

Applies to