NotificationHubDescription.MpnsCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the MPNS credential. An MpnsCredential instance with no defined certificate enables MPNS unauthenticated MPNS support.
[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
Property Value
The MPNS credential.
- Attributes