次の方法で共有


IPsecIntegrity 構造体

定義

IPSec 整合性アルゴリズム (IKE フェーズ 1)。

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

コンストラクター

IPsecIntegrity(String)

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

プロパティ

GcmAes128

GCMAES128。

GcmAes256

GCMAES256。

MD5

MD5。

Sha1

SHA1。

Sha256

SHA256。

Sha384

Sha384。

メソッド

Equals(IPsecIntegrity)

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

ToString()

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

演算子

Equality(IPsecIntegrity, IPsecIntegrity)

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

Implicit(String to IPsecIntegrity)

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

Inequality(IPsecIntegrity, IPsecIntegrity)

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

適用対象