IkeIntegrity Class

Definition

Defines values for IkeIntegrity.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity>))]
public class IkeIntegrity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IkeIntegrity>))>]
type IkeIntegrity = class
    inherit ExpandableStringEnum<IkeIntegrity>
Public Class IkeIntegrity
Inherits ExpandableStringEnum(Of IkeIntegrity)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

IkeIntegrity()

Fields

GCMAES128
GCMAES256
MD5
SHA1
SHA256
SHA384

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to