Redigera

Dela via


SecurityPackageContextConnectionInformation.AlgorithmIdentifier Property

Definition

Caution

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

The AlgorithmIdentifier property contains the encryption algorithm used by the connection.

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

Property Value

The encryption algorithm used by the connection.

Attributes

Applies to