Udostępnij przez


IkeEncryption Struct

Definition

The IKE encryption algorithm (IKE phase 2).

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

Constructors

Name Description
IkeEncryption(String)

Initializes a new instance of IkeEncryption.

Properties

Name Description
Aes128

AES128.

Aes192

AES192.

Aes256

AES256.

Des

DES.

Des3

DES3.

GcmAes128

GCMAES128.

GcmAes256

GCMAES256.

Methods

Name Description
Equals(IkeEncryption)

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

Determines if two IkeEncryption values are the same.

Implicit(String to IkeEncryption)

Converts a String to a IkeEncryption.

Inequality(IkeEncryption, IkeEncryption)

Determines if two IkeEncryption values are not the same.

Applies to