Partager via


NotificationHubApnsCredential Classe

Définition

Description d’un Objet NotificationHub ApnsCredential.

public class NotificationHubApnsCredential
type NotificationHubApnsCredential = class
Public Class NotificationHubApnsCredential
Héritage
NotificationHubApnsCredential

Constructeurs

NotificationHubApnsCredential()

Initialise une nouvelle instance de NotificationHubApnsCredential.

Propriétés

ApnsCertificate

Certificat APNS. Spécifiez si vous utilisez le mode d’authentification par certificat.

AppId

Clé de revendication inscrite de l’émetteur (iss). La valeur est un TeamId de 10 caractères, obtenu à partir de votre compte de développeur. Spécifiez si vous utilisez le mode d’authentification par jeton.

AppName

Nom de l’application ou BundleId. Spécifiez si vous utilisez le mode d’authentification par jeton.

CertificateKey

Mot de passe du certificat APNS s’il existe.

Endpoint

Point de terminaison APNS de ces informations d’identification. Si vous utilisez le mode d’authentification par certificat et le bac à sable, spécifiez « gateway.sandbox.push.apple.com ». Si vous utilisez le mode d’authentification par certificat et production, spécifiez « gateway.push.apple.com ». Si vous utilisez le mode d’authentification par jeton et le bac à sable, spécifiez « ».https://api.development.push.apple.com:443/3/device Si vous utilisez mode d’authentification par jeton et production, spécifiez « ».https://api.push.apple.com:443/3/device

KeyId

Clé d’identificateur de clé (enfant) à 10 caractères, obtenue à partir de votre compte de développeur. Spécifiez si vous utilisez le mode d’authentification par jeton.

ThumbprintString

Empreinte numérique du certificat APNS. Spécifiez si vous utilisez le mode d’authentification par certificat.

Token

Jeton d’authentification du fournisseur, obtenu via votre compte de développeur. Spécifiez si vous utilisez le mode d’authentification par jeton.

S’applique à