PfsGroup 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 Pfs Groups used in IKE Phase 2 for new child SA.
public readonly struct PfsGroup : IEquatable<Azure.ResourceManager.Network.Models.PfsGroup>
type PfsGroup = struct
Public Structure PfsGroup
Implements IEquatable(Of PfsGroup)
- Inheritance
-
PfsGroup
- Implements
Constructors
| PfsGroup(String) |
Initializes a new instance of PfsGroup. |
Properties
| Ecp256 |
ECP256. |
| Ecp384 |
ECP384. |
| None |
None. |
| Pfs |
PFSMM. |
| Pfs1 |
PFS1. |
| Pfs14 |
PFS14. |
| Pfs2 |
PFS2. |
| Pfs2048 |
PFS2048. |
| Pfs24 |
PFS24. |
Methods
| Equals(PfsGroup) |
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(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are the same. |
| Implicit(String to PfsGroup) | |
| Inequality(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are not the same. |