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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET