AuthenticationMechanism.SymmetricKey プロパティ

定義

認証に使用される対称キーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="symmetricKey")]
public Microsoft.Azure.Devices.SymmetricKey SymmetricKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="symmetricKey")>]
member this.SymmetricKey : Microsoft.Azure.Devices.SymmetricKey with get, set
Public Property SymmetricKey As SymmetricKey

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象