ArmNotificationHubsModelFactory.NotificationHubWnsCredential Method
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.
public static Azure.ResourceManager.NotificationHubs.Models.NotificationHubWnsCredential NotificationHubWnsCredential(string packageSid = default, string secretKey = default, Uri windowsLiveEndpoint = default, string certificateKey = default, string wnsCertificate = default);
static member NotificationHubWnsCredential : string * string * Uri * string * string -> Azure.ResourceManager.NotificationHubs.Models.NotificationHubWnsCredential
Public Shared Function NotificationHubWnsCredential (Optional packageSid As String = Nothing, Optional secretKey As String = Nothing, Optional windowsLiveEndpoint As Uri = Nothing, Optional certificateKey As String = Nothing, Optional wnsCertificate As String = Nothing) As NotificationHubWnsCredential
Parameters
- packageSid
- String
Gets or sets the package ID for this credential.
- secretKey
- String
Gets or sets the secret key.
- windowsLiveEndpoint
- Uri
Gets or sets the Windows Live endpoint.
- certificateKey
- String
Ges or sets the WNS Certificate Key.
- wnsCertificate
- String
Gets or sets the WNS Certificate.
Returns
A new NotificationHubWnsCredential instance for mocking.