AllJoynCredentialsVerificationRequestedEventArgs.PeerCertificateErrors プロパティ

定義

重要

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

指定された暗号化証明書の認証中に発生したエラーの一覧。

public:
 property IVectorView<ChainValidationResult> ^ PeerCertificateErrors { IVectorView<ChainValidationResult> ^ get(); };
IVectorView<ChainValidationResult> PeerCertificateErrors();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentialsVerificationRequestedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IVectorView<ChainValidationResult> PeerCertificateErrors();
public IReadOnlyList<ChainValidationResult> PeerCertificateErrors { get; }
public IReadOnlyList<ChainValidationResult> PeerCertificateErrors { [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.peerCertificateErrors;
Public ReadOnly Property PeerCertificateErrors As IReadOnlyList(Of ChainValidationResult)

プロパティ値

資格情報エラーの一覧。

属性

Windows の要件

アプリの機能
allJoyn

適用対象