AllJoynCredentialsVerificationRequestedEventArgs.PeerCertificateErrors 属性

定义

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen 联盟赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如打开和关闭灯以及读取温度。 有关 IoTivity LiteIoTivity 等替代项,请参阅 iotivity.org 网站。

身份验证所提供的加密证书期间发生的错误的列表。

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

适用于