次の方法で共有


ApnsCredential.CertificateKey プロパティ

定義

APNS 証明書のパスワードが存在する場合は、それを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象