ImsIpsecAuthenticationAlgorithm 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public enum ImsIpsecAuthenticationAlgorithm
type ImsIpsecAuthenticationAlgorithm =
- 継承
-
ImsIpsecAuthenticationAlgorithm
フィールド
| 名前 | 値 | 説明 |
|---|---|---|
| HmacMd5 | 0 | IPSec 認証アルゴリズムは HMAC-MD5 です。 TS 33.203 の Annex H を参照してください
|
| HmacSha1 | 1 | IPSec 認証アルゴリズムは HMAC-SHA1 です。 TS 33.203 の Annex H を参照してください
|