NotificationHubMpnsCredential Class
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.
Description of a NotificationHub MpnsCredential.
public class NotificationHubMpnsCredential
public class NotificationHubMpnsCredential : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubMpnsCredential>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubMpnsCredential>
type NotificationHubMpnsCredential = class
type NotificationHubMpnsCredential = class
interface IJsonModel<NotificationHubMpnsCredential>
interface IPersistableModel<NotificationHubMpnsCredential>
Public Class NotificationHubMpnsCredential
Public Class NotificationHubMpnsCredential
Implements IJsonModel(Of NotificationHubMpnsCredential), IPersistableModel(Of NotificationHubMpnsCredential)
- Inheritance
-
NotificationHubMpnsCredential
- Implements
Constructors
NotificationHubMpnsCredential(String, String, String) |
Initializes a new instance of NotificationHubMpnsCredential. |
Properties
CertificateKey |
Gets or sets the certificate key for this credential. |
MpnsCertificate |
Gets or sets the MPNS certificate. |
ThumbprintString |
Gets or sets the MPNS certificate Thumbprint. |
Explicit Interface Implementations
IJsonModel<NotificationHubMpnsCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NotificationHubMpnsCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NotificationHubMpnsCredential>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NotificationHubMpnsCredential>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NotificationHubMpnsCredential>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET