ApnsCredential Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ApnsCredential() |
Initialise une nouvelle instance de la classe ApnsCredential. |
ApnsCredential(String, String, String, String, String, String, String, String) |
Initialise une nouvelle instance de la classe ApnsCredential. |
ApnsCredential()
Initialise une nouvelle instance de la classe ApnsCredential.
public ApnsCredential ();
Public Sub New ()
S’applique à
ApnsCredential(String, String, String, String, String, String, String, String)
Initialise une nouvelle instance de la classe ApnsCredential.
public ApnsCredential (string apnsCertificate = default, string certificateKey = default, string endpoint = default, string thumbprint = default, string keyId = default, string appName = default, string appId = default, string token = default);
new Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredential : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.NotificationHubs.Models.ApnsCredential
Public Sub New (Optional apnsCertificate As String = Nothing, Optional certificateKey As String = Nothing, Optional endpoint As String = Nothing, Optional thumbprint As String = Nothing, Optional keyId As String = Nothing, Optional appName As String = Nothing, Optional appId As String = Nothing, Optional token As String = Nothing)
Paramètres
- apnsCertificate
- String
Certificat APNS. Spécifiez si vous utilisez le mode d’authentification par certificat.
- certificateKey
- String
Mot de passe du certificat APNS s’il existe.
- endpoint
- String
Point de terminaison APNS de ces informations d’identification. Si vous utilisez le mode d’authentification de certificat et le bac à sable, spécifiez « gateway.sandbox.push.apple.com ». Si vous utilisez le mode d’authentification par certificat et la 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 le mode d’authentification par jeton et la production, spécifiez « ».https://api.push.apple.com:443/3/device
- thumbprint
- String
Empreinte de certificat APNS. Spécifiez si vous utilisez le mode d’authentification par certificat.
- keyId
- String
Clé d’identificateur de clé de 10 caractères (enfant), obtenue à partir de votre compte de développeur. Spécifiez si vous utilisez le mode d’authentification par jeton.
- appName
- String
Nom de l’application ou BundleId. Spécifiez si vous utilisez le mode d’authentification par jeton.
- appId
- String
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.
- token
- String
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 à
Azure SDK for .NET