ApnsCredential 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 ApnsCredential.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApnsCredential
type ApnsCredential = class
Public Class ApnsCredential
- Inheritance
-
System.ObjectApnsCredential
- Attributes
Constructors
ApnsCredential() |
Initializes a new instance of the ApnsCredential class. |
ApnsCredential(String, String, String, String, String, String, String, String) |
Initializes a new instance of the ApnsCredential class. |
Properties
ApnsCertificate |
Gets or sets the APNS certificate. |
AppId |
Gets or sets the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account |
AppName |
Gets or sets the name of the application |
CertificateKey |
Gets or sets the certificate key. |
Endpoint |
Gets or sets the endpoint of this credential. |
KeyId |
Gets or sets a 10-character key identifier (kid) key, obtained from your developer account |
Thumbprint |
Gets or sets the Apns certificate Thumbprint |
Token |
Gets or sets provider Authentication Token, obtained through your developer account |