DHGroup Struct
Definition
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.
The DH Groups used in IKE Phase 1 for initial SA.
public readonly struct DHGroup : IEquatable<Azure.ResourceManager.Network.Models.DHGroup>
type DHGroup = struct
Public Structure DHGroup
Implements IEquatable(Of DHGroup)
- Inheritance
-
DHGroup
- Implements
Constructors
DHGroup(String) |
Initializes a new instance of DHGroup. |
Properties
DHGroup1 |
DHGroup1. |
DHGroup14 |
DHGroup14. |
DHGroup2 |
DHGroup2. |
DHGroup2048 |
DHGroup2048. |
DHGroup24 |
DHGroup24. |
Ecp256 |
ECP256. |
Ecp384 |
ECP384. |
None |
None. |
Methods
Equals(DHGroup) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DHGroup, DHGroup) |
Determines if two DHGroup values are the same. |
Implicit(String to DHGroup) |
Converts a string to a DHGroup. |
Inequality(DHGroup, DHGroup) |
Determines if two DHGroup values are not the same. |
Applies to
Azure SDK for .NET