MpnsCredential 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
MpnsCredential() | |
MpnsCredential(String, String, String) |
MpnsCredential()
public MpnsCredential ();
Public Sub New ()
Applies to
MpnsCredential(String, String, String)
public MpnsCredential (string mpnsCertificate = default, string certificateKey = default, string thumbprint = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.MpnsCredential : string * string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.MpnsCredential
Public Sub New (Optional mpnsCertificate As String = Nothing, Optional certificateKey As String = Nothing, Optional thumbprint As String = Nothing)
Parameters
- mpnsCertificate
- String
- certificateKey
- String
- thumbprint
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET