共用方式為


ApnsCredential.KeyId Property

Definition

Gets or sets a 10-character key identifier (kid) key, obtained from your developer account. Specify if using Token Authentication Mode.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to