SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm Eigenschap

Definitie

Let op

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

De KeyExchangeAlgorithm eigenschap bevat het algoritme voor sleuteluitwisseling dat door deze verbinding wordt gebruikt.

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

Waarde van eigenschap

Het algoritme voor sleuteluitwisseling dat door deze verbinding wordt gebruikt.

Kenmerken

Van toepassing op