次の方法で共有


IPsecEncryption 構造体

定義

IPSec 暗号化アルゴリズム (IKE フェーズ 1)。

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

コンストラクター

IPsecEncryption(String)

IPsecEncryption の新しいインスタンスを初期化します。

プロパティ

Aes128

AES128。

Aes192

AES192。

Aes256

AES256。

Des

Des。

Des3

DES3。

GcmAes128

GCMAES128。

GcmAes192

GCMAES192。

GcmAes256

GCMAES256。

None

[なし] :

メソッド

Equals(IPsecEncryption)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(IPsecEncryption, IPsecEncryption)

2 つの IPsecEncryption 値が同じかどうかを判断します。

Implicit(String to IPsecEncryption)

文字列を IPsecEncryption に変換します。

Inequality(IPsecEncryption, IPsecEncryption)

2 つの IPsecEncryption 値が同じでないかどうかを判断します。

適用対象