WnsCredential Constructors
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.
Overloads
WnsCredential() |
Initializes a new instance of the WnsCredential class. |
WnsCredential(String, String) |
Initializes a new instance of the WnsCredential class. |
WnsCredential()
Initializes a new instance of the WnsCredential class.
public WnsCredential ();
Public Sub New ()
Applies to
WnsCredential(String, String)
Initializes a new instance of the WnsCredential class.
public WnsCredential (string packageSid, string secretKey);
new Microsoft.Azure.NotificationHubs.WnsCredential : string * string -> Microsoft.Azure.NotificationHubs.WnsCredential
Public Sub New (packageSid As String, secretKey As String)
Parameters
- packageSid
- String
The package sid.
- secretKey
- String
The secret key.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET