FcmCredential Class
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.
Represents the Firebase Cloud Messaging credential.
[System.Runtime.Serialization.DataContract(Name="FcmCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class FcmCredential : Microsoft.Azure.NotificationHubs.PnsCredential
[<System.Runtime.Serialization.DataContract(Name="FcmCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type FcmCredential = class
inherit PnsCredential
Public Class FcmCredential
Inherits PnsCredential
- Inheritance
- Attributes
Constructors
FcmCredential() |
Initializes a new instance of the FcmCredential class. |
FcmCredential(String) |
Initializes a new instance of the FcmCredential class. |
Properties
BlockedOn |
Gets or sets the time and date this credential is blocked on. (Inherited from PnsCredential) |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
FcmEndpoint |
Gets or sets the FCM endpoint. |
GoogleApiKey |
Gets or sets the Google API key. |
IsReadOnly |
Indicate if the instance is read-only mode. (Inherited from EntityDescription) |
Item[String] |
Gets or sets the value associated with this credential. (Inherited from PnsCredential) |
Properties |
Gets or sets the properties of this credential. (Inherited from PnsCredential) |
Methods
Equals(Object) |
Specifies whether the credential is equal with the specific object. |
GetHashCode() |
Retrieves the hash code for the credentials. |
OnValidate(Boolean) |
Validates the credential. (Inherited from PnsCredential) |
ThrowIfReadOnly() |
Throw if the read only bool is set. (Inherited from EntityDescription) |
Applies to
Azure SDK for .NET