次の方法で共有


ApnsCredential.KeyId プロパティ

定義

開発者アカウントから取得した 10 文字のキー識別子 (kid) キーを取得または設定します。 トークン認証モードを使用するかどうかを指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象