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() |
Initializes a new instance of the MpnsCredential class. |
MpnsCredential(String, String, String) |
Initializes a new instance of the MpnsCredential class. |
MpnsCredential()
Initializes a new instance of the MpnsCredential class.
public MpnsCredential ();
Public Sub New ()
Applies to
MpnsCredential(String, String, String)
Initializes a new instance of the MpnsCredential class.
public MpnsCredential (string mpnsCertificate = default, string certificateKey = default, string thumbprint = default);
new Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredential : string * string * string -> Microsoft.Azure.Management.NotificationHubs.Models.MpnsCredential
Public Sub New (Optional mpnsCertificate As String = Nothing, Optional certificateKey As String = Nothing, Optional thumbprint As String = Nothing)
Parameters
- mpnsCertificate
- String
The MPNS certificate.
- certificateKey
- String
The certificate key for this credential.
- thumbprint
- String
The MPNS certificate Thumbprint
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