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.
Compatibility declaration for the DHGroup type.
public readonly struct DHGroup : IEquatable<Azure.ResourceManager.Network.Models.DHGroup>
type DHGroup = struct
Public Structure DHGroup
Implements IEquatable(Of DHGroup)
- Inheritance
-
DHGroup
- Implements
Constructors
| Name | Description |
|---|---|
| DHGroup(String) |
Initializes a new instance of DHGroup. |
Properties
| Name | Description |
|---|---|
| DHGroup1 |
DHGroup1. |
| DHGroup14 |
DHGroup14. |
| DHGroup2 |
DHGroup2. |
| DHGroup2048 |
DHGroup2048. |
| DHGroup24 |
DHGroup24. |
| Ecp256 |
Gets or sets the Ecp256 compatibility property. |
| ECP256 |
ECP256. |
| Ecp384 |
Gets or sets the Ecp384 compatibility property. |
| ECP384 |
ECP384. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(DHGroup, DHGroup) |
Determines if two DHGroup values are the same. |
| Implicit(String to DHGroup) |
Converts a string to a DHGroup. |
| Implicit(String to Nullable<DHGroup>) | |
| Inequality(DHGroup, DHGroup) |
Determines if two DHGroup values are not the same. |