MpnsCredentialResponse

data class MpnsCredentialResponse(val certificateKey: String? = null, val mpnsCertificate: String? = null, val thumbprint: String? = null)

Description of a NotificationHub MpnsCredential.

Constructors

Link copied to clipboard
constructor(certificateKey: String? = null, mpnsCertificate: String? = null, thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateKey: String? = null

The certificate key for this credential.

Link copied to clipboard
val mpnsCertificate: String? = null

The MPNS certificate.

Link copied to clipboard
val thumbprint: String? = null

The MPNS certificate Thumbprint