WnsCredentialPropertiesResponse

data class WnsCredentialPropertiesResponse(val certificateKey: String? = null, val packageSid: String? = null, val secretKey: String? = null, val windowsLiveEndpoint: String? = null, val wnsCertificate: String? = null)

Description of a NotificationHub WnsCredential.

Constructors

Link copied to clipboard
constructor(certificateKey: String? = null, packageSid: String? = null, secretKey: String? = null, windowsLiveEndpoint: String? = null, wnsCertificate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateKey: String? = null

Ges or sets the WNS Certificate Key.

Link copied to clipboard
val packageSid: String? = null

Gets or sets the package ID for this credential.

Link copied to clipboard
val secretKey: String? = null

Gets or sets the secret key.

Link copied to clipboard

Gets or sets the Windows Live endpoint.

Link copied to clipboard
val wnsCertificate: String? = null

Gets or sets the WNS Certificate.