IPsecIntegrity Struct

Definition

Compatibility declaration for the IPsecIntegrity type.

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

Constructors

Name Description
IPsecIntegrity(String)

Initializes a new instance of IPsecIntegrity.

Properties

Name Description
GcmAes128

Gets or sets the GcmAes128 compatibility property.

GCMAES128

GCMAES128.

GCMAES192

GCMAES192.

GcmAes256

Gets or sets the GcmAes256 compatibility property.

GCMAES256

GCMAES256.

MD5

MD5.

Sha1

Gets or sets the Sha1 compatibility property.

SHA1

SHA1.

Sha256

Gets or sets the Sha256 compatibility property.

SHA256

SHA256.

Sha384

Invokes the IPsecIntegrity compatibility operation.

Methods

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

Name Description
Equality(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are the same.

Implicit(String to IPsecIntegrity)

Converts a string to a IPsecIntegrity.

Implicit(String to Nullable<IPsecIntegrity>)
Inequality(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are not the same.

Applies to