PnsCredentialProperties 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 credential properties for a push notification service.
[System.Runtime.Serialization.CollectionDataContract(ItemName="Property", KeyName="Name", Name="Properties", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")]
public sealed class PnsCredentialProperties : System.Collections.Generic.Dictionary<string,string>
[<System.Runtime.Serialization.CollectionDataContract(ItemName="Property", KeyName="Name", Name="Properties", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect", ValueName="Value")>]
type PnsCredentialProperties = class
inherit Dictionary<string, string>
Public NotInheritable Class PnsCredentialProperties
Inherits Dictionary(Of String, String)
- Inheritance
-
PnsCredentialProperties
- Attributes
Constructors
PnsCredentialProperties() |
Initializes a new instance of the Microsoft.Azure.NotificationHubs.Messaging.PnsCredentialProperties class. |
Extension Methods
TryRemove<TKey,TValue>(Dictionary<TKey,TValue>, TKey, TValue) |
Removes the value associated with specified key. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET