Freigeben über


PnsCredential Klasse

Definition

Stellt PNS-Anmeldeinformationen dar.

[System.Runtime.Serialization.DataContract(Name="PnsCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.ApnsCredential))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.GcmCredential))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.FcmCredential))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.MpnsCredential))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.WnsCredential))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.AdmCredential))]
public abstract class PnsCredential : Microsoft.Azure.NotificationHubs.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="PnsCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.ApnsCredential))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.GcmCredential))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.FcmCredential))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.MpnsCredential))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.WnsCredential))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Azure.NotificationHubs.AdmCredential))>]
type PnsCredential = class
    inherit EntityDescription
Public MustInherit Class PnsCredential
Inherits EntityDescription
Vererbung
PnsCredential
Abgeleitet
Attribute

Eigenschaften

BlockedOn

Ruft die Uhrzeit und das Datum ab, an dem diese Anmeldeinformationen blockiert werden, oder legt diese fest.

ExtensionData

Ruft die Struktur ab, die zusätzliche Daten enthält, oder legt sie fest.

(Geerbt von EntityDescription)
IsReadOnly

Geben Sie an, ob der instance schreibgeschützt ist.

(Geerbt von EntityDescription)
Item[String]

Ruft den Wert ab, der diesen Anmeldeinformationen zugeordnet ist, oder legt diesen fest.

Properties

Ruft die Eigenschaften dieser Anmeldeinformationen ab oder legt diese fest.

Methoden

IsEqual(PnsCredential, PnsCredential)

Gibt an, ob die beiden Anmeldeinformationen gleich sind.

OnValidate(Boolean)

Überprüft die Anmeldeinformationen.

ThrowIfReadOnly()

Wird ausgelöst, wenn der schreibgeschützte Bool festgelegt ist.

(Geerbt von EntityDescription)

Gilt für: