PfsGroup Struct

Definition

Compatibility declaration for the PfsGroup type.

public readonly struct PfsGroup : IEquatable<Azure.ResourceManager.Network.Models.PfsGroup>
type PfsGroup = struct
Public Structure PfsGroup
Implements IEquatable(Of PfsGroup)
Inheritance
PfsGroup
Implements

Constructors

Name Description
PfsGroup(String)

Initializes a new instance of PfsGroup.

Properties

Name Description
Ecp256

Gets or sets the Ecp256 compatibility property.

ECP256

ECP256.

Ecp384

Gets or sets the Ecp384 compatibility property.

ECP384

ECP384.

None

None.

Pfs

Invokes the PfsGroup compatibility operation.

Pfs1

Gets or sets the Pfs1 compatibility property.

PFS1

PFS1.

Pfs14

Gets or sets the Pfs14 compatibility property.

PFS14

PFS14.

Pfs2

Gets or sets the Pfs2 compatibility property.

PFS2

PFS2.

Pfs2048

Gets or sets the Pfs2048 compatibility property.

PFS2048

PFS2048.

Pfs24

Gets or sets the Pfs24 compatibility property.

PFS24

PFS24.

PFSMM

PFSMM.

Methods

Name Description
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

Name Description
Equality(PfsGroup, PfsGroup)

Determines if two PfsGroup values are the same.

Implicit(String to Nullable<PfsGroup>)
Implicit(String to PfsGroup)

Converts a string to a PfsGroup.

Inequality(PfsGroup, PfsGroup)

Determines if two PfsGroup values are not the same.

Applies to