Share via


IPsecIntegrity Struct

Definition

The IPSec integrity algorithm (IKE phase 1).

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

Constructors

IPsecIntegrity(String)

Initializes a new instance of IPsecIntegrity.

Properties

GcmAes128

GCMAES128.

GcmAes256

GCMAES256.

MD5

MD5.

Sha1

SHA1.

Sha256

SHA256.

Sha384

SHA384.

Methods

Equals(IPsecIntegrity)

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(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are the same.

Implicit(String to IPsecIntegrity)

Converts a string to a IPsecIntegrity.

Inequality(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are not the same.

Applies to