次の方法で共有


NotificationHubDescription.MpnsCredential プロパティ

定義

MPNS 資格情報を取得または設定します。 MpnsCredential証明書が定義されていないインスタンスでは、MPNS の認証されていない MPNS のサポートが有効になります。

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="MpnsCredential", Order=1006)]
public Microsoft.Azure.NotificationHubs.MpnsCredential MpnsCredential { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="MpnsCredential", Order=1006)>]
member this.MpnsCredential : Microsoft.Azure.NotificationHubs.MpnsCredential with get, set
Public Property MpnsCredential As MpnsCredential

プロパティ値

MPNS 資格情報。

属性

適用対象