次の方法で共有


IkeEncryption クラス

定義

IkeEncryption の値を定義します。

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

コンストラクター

IkeEncryption()

IkeEncryption の値を定義します。

フィールド

AES128

IkeEncryption の値を定義します。

AES192

IkeEncryption の値を定義します。

AES256

IkeEncryption の値を定義します。

DES

IkeEncryption の値を定義します。

DES3

IkeEncryption の値を定義します。

GCMAES128

IkeEncryption の値を定義します。

GCMAES256

IkeEncryption の値を定義します。

プロパティ

Value

IkeEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)

メソッド

Equals(Object)

IkeEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)
Equals(String)

IkeEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)
GetHashCode()

IkeEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)
ToString()

IkeEncryption の値を定義します。

(継承元 ExpandableStringEnum<T>)

適用対象