次の方法で共有


ApnsCredential クラス

定義

Apple プッシュ通知サービス (APNS) 資格情報を表します。

[System.Runtime.Serialization.DataContract(Name="ApnsCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class ApnsCredential : Microsoft.Azure.NotificationHubs.PnsCredential
[<System.Runtime.Serialization.DataContract(Name="ApnsCredential", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ApnsCredential = class
    inherit PnsCredential
Public Class ApnsCredential
Inherits PnsCredential
継承
属性

コンストラクター

ApnsCredential()

ApnsCredential クラスの新しいインスタンスを初期化します。

ApnsCredential(Byte[], String)

ApnsCredential クラスの新しいインスタンスを初期化します。

ApnsCredential(String, String)

ApnsCredential クラスの新しいインスタンスを初期化します。

ApnsCredential(String, String, String, String)

ApnsCredential クラスの新しいインスタンスを初期化します。

プロパティ

ApnsCertificate

APNS 証明書を取得または設定します。

AppId

AppId を取得または設定します。

AppName

AppName を取得または設定します。

BlockedOn

この資格情報がブロックされる日時を取得または設定します。

(継承元 PnsCredential)
CertificateKey

証明書キーを取得または設定します。

Endpoint

エンドポイントを取得または設定します。

ExtensionData

追加のデータを格納する構造体を取得または設定します。

(継承元 EntityDescription)
IsReadOnly

インスタンスが読み取り専用モードかどうかを示します。

(継承元 EntityDescription)
Item[String]

この資格情報に関連付けられている値を取得または設定します。

(継承元 PnsCredential)
KeyId

KeyId を取得または設定します。

Properties

この資格情報のプロパティを取得または設定します。

(継承元 PnsCredential)
Thumbprint

拇印を取得または設定します。

Token

トークンを取得または設定します。

メソッド

Equals(Object)

資格情報が特定のオブジェクトと同じかどうかを指定します。

GetHashCode()

資格情報のハッシュ コードを取得します。

OnValidate(Boolean)

APNS 資格情報を検証します。

ThrowIfReadOnly()

読み取り専用ブール値が設定されている場合は、 をスローします。

(継承元 EntityDescription)

適用対象