次の方法で共有


PasswordCredential.CustomKeyIdentifier プロパティ

定義

カスタム キー識別子を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="customKeyIdentifier")]
public byte[] CustomKeyIdentifier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customKeyIdentifier")>]
member this.CustomKeyIdentifier : byte[] with get, set
Public Property CustomKeyIdentifier As Byte()

プロパティ値

Byte[]
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象