IPsecEncryption Struct

Definition

The IPSec encryption algorithm (IKE phase 1).

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

Constructors

IPsecEncryption(String)

Initializes a new instance of IPsecEncryption.

Properties

Aes128

AES128.

Aes192

AES192.

Aes256

AES256.

Des

DES.

Des3

DES3.

GcmAes128

GCMAES128.

GcmAes192

GCMAES192.

GcmAes256

GCMAES256.

None

None.

Methods

Equals(IPsecEncryption)

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

Determines if two IPsecEncryption values are the same.

Implicit(String to IPsecEncryption)

Converts a string to a IPsecEncryption.

Inequality(IPsecEncryption, IPsecEncryption)

Determines if two IPsecEncryption values are not the same.

Applies to