次の方法で共有


ExpressRouteLinkMacSecConfig.Cipher プロパティ

定義

mac セキュリティ暗号を取得または設定します。 使用できる値は、'GcmAes256'、'GcmAes128'、'GcmAesXpn128'、'GcmAesXpn256' です。

[Newtonsoft.Json.JsonProperty(PropertyName="cipher")]
public string Cipher { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cipher")>]
member this.Cipher : string with get, set
Public Property Cipher As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象