Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ITlsHandshakeFeature.CipherAlgorithm Property
Definition
- Namespace:
- Microsoft.AspNetCore.Connections.Features
- Assembly:
- Microsoft.AspNetCore.Connections.Abstractions.dll
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v10.0.0
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v11.0.0-preview.4.26230.115
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v2.2.0
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v3.0.3
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v3.1.18
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v5.0.9
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v6.0.6
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v7.0.5
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v8.0.19
- Package:
- Microsoft.AspNetCore.Connections.Abstractions v9.0.8
- Source:
- ITlsHandshakeFeature.cs
- Source:
- ITlsHandshakeFeature.cs
- Source:
- ITlsHandshakeFeature.cs
- Source:
- ITlsHandshakeFeature.cs
- Source:
- ITlsHandshakeFeature.cs
- Source:
- ITlsHandshakeFeature.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
KeyExchangeAlgorithm, KeyExchangeStrength, CipherAlgorithm, CipherStrength, HashAlgorithm and HashStrength properties are obsolete. Use NegotiatedCipherSuite instead.
Gets the CipherAlgorithmType.
public:
property System::Security::Authentication::CipherAlgorithmType CipherAlgorithm { System::Security::Authentication::CipherAlgorithmType 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.CipherAlgorithmType CipherAlgorithm { get; }
public System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { 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.CipherAlgorithm : System.Security.Authentication.CipherAlgorithmType
member this.CipherAlgorithm : System.Security.Authentication.CipherAlgorithmType
Public ReadOnly Property CipherAlgorithm As CipherAlgorithmType
Property Value
- Attributes
Applies to
Feedback
Was this page helpful?
