Share via


NotificationHubWnsCredential Class

Definition

Description of a NotificationHub WnsCredential.

public class NotificationHubWnsCredential
public class NotificationHubWnsCredential : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubWnsCredential>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubWnsCredential>
type NotificationHubWnsCredential = class
type NotificationHubWnsCredential = class
    interface IJsonModel<NotificationHubWnsCredential>
    interface IPersistableModel<NotificationHubWnsCredential>
Public Class NotificationHubWnsCredential
Public Class NotificationHubWnsCredential
Implements IJsonModel(Of NotificationHubWnsCredential), IPersistableModel(Of NotificationHubWnsCredential)
Inheritance
NotificationHubWnsCredential
Implements

Constructors

NotificationHubWnsCredential()

Initializes a new instance of NotificationHubWnsCredential.

Properties

CertificateKey

Ges or sets the WNS Certificate Key.

PackageSid

Gets or sets the package ID for this credential.

SecretKey

Gets or sets the secret key.

WindowsLiveEndpoint

Gets or sets the Windows Live endpoint.

WnsCertificate

Gets or sets the WNS Certificate.

Explicit Interface Implementations

IJsonModel<NotificationHubWnsCredential>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NotificationHubWnsCredential>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationHubWnsCredential>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationHubWnsCredential>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NotificationHubWnsCredential>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to