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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET