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.
Represents an Apple Push Notification Service (APNS) credential.
[System.Runtime.Serialization.DataContract(Name="ApnsCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class ApnsCredential : Microsoft.Azure.NotificationHubs.PnsCredential
type ApnsCredential = class
inherit PnsCredential
Public Class ApnsCredential
Inherits PnsCredential
- Inheritance
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
Constructors
ApnsCredential() |
Initializes a new instance of the ApnsCredential class. |
ApnsCredential(Byte[], String) |
Initializes a new instance of the ApnsCredential class. |
ApnsCredential(String, String) |
Initializes a new instance of the ApnsCredential class. |
Properties
ApnsCertificate |
Gets or sets the APNS certificate. |
BlockedOn |
Gets or sets the time and date this credential is blocked on. (Inherited from PnsCredential) |
CertificateKey |
Gets or sets the certificate key. |
Endpoint |
Gets or sets the endpoint of this credential. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsReadOnly |
Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription) |
Item[String] |
Gets or sets the value associated with this credential. (Inherited from PnsCredential) |
Properties |
Gets or sets the properties of this credential. (Inherited from PnsCredential) |
Methods
Equals(Object) |
Specifies whether the credential is the same as the specific object. |
GetHashCode() |
Retrieves the hash code for the credentials. |
OnValidate(Boolean) |
Validates the APNS credential. |
ThrowIfReadOnly() |
Throws an exception if the entity description is read-only. (Inherited from EntityDescription) |