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 struct PfsGroup : IEquatable<Azure.ResourceManager.Network.Models.PfsGroup>
type PfsGroup = struct
Public Structure PfsGroup
Implements IEquatable(Of PfsGroup)
- Inheritance
-
System.ValueTypePfsGroup
- Implements
-
System.IEquatable<PfsGroup>
Constructors
PfsGroup(String) |
Determines if two PfsGroup values are the same. |
Properties
ECP256 |
ECP256. |
ECP384 |
ECP384. |
None |
None. |
PFS1 |
PFS1. |
PFS14 |
PFS14. |
PFS2 |
PFS2. |
PFS2048 |
PFS2048. |
PFS24 |
PFS24. |
Pfsmm |
PFSMM. |
Methods
Equals(PfsGroup) | System.IEquatable`1.Equals(`0) |
ToString() | System.IEquatable`1.ToString |
Operators
Equality(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are the same. |
Implicit(String to PfsGroup) |
Converts a string to a PfsGroup. |
Inequality(PfsGroup, PfsGroup) |
Determines if two PfsGroup values are not the same. |