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