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, 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, String)
Initializes a new instance of the WnsCredential class.
public WnsCredential (string packageSid = default, string secretKey = default, string windowsLiveEndpoint = default);
new Microsoft.Azure.Management.NotificationHubs.Models.WnsCredential : string * string * string -> Microsoft.Azure.Management.NotificationHubs.Models.WnsCredential
Public Sub New (Optional packageSid As String = Nothing, Optional secretKey As String = Nothing, Optional windowsLiveEndpoint As String = Nothing)
Parameters
- packageSid
- String
The package ID for this credential.
- secretKey
- String
The secret key.
- windowsLiveEndpoint
- String
The Windows Live endpoint.
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