AllJoynCredentialsVerificationRequestedEventArgs.PeerIntermediateCertificates プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨となり、将来のバージョンの Windows では使用できない可能性があります。 AllSeen Alliance が主催する AllJoyn は、照明のオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出と通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

認証中に送信された中間証明書を取得します。

public:
 property IVectorView<Certificate ^> ^ PeerIntermediateCertificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> PeerIntermediateCertificates();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsVerificationRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IVectorView<Certificate> PeerIntermediateCertificates();
public IReadOnlyList<Certificate> PeerIntermediateCertificates { get; }
public IReadOnlyList<Certificate> PeerIntermediateCertificates { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsVerificationRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = allJoynCredentialsVerificationRequestedEventArgs.peerIntermediateCertificates;
Public ReadOnly Property PeerIntermediateCertificates As IReadOnlyList(Of Certificate)

プロパティ値

中間証明書の一覧。

属性

Windows の要件

アプリの機能
allJoyn

適用対象