Freigeben über


AllJoynCredentialsVerificationRequestedEventArgs.PeerIntermediateCertificates Eigenschaft

Definition

Wichtig

Die Typen im Windows.Devices.AllJoyn-Namespace sind veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. AllJoyn – gesponsert von AllSeen Alliance – war ein Open-Source-Ermittlungs- und Kommunikationsprotokoll für IoT-Szenarien (Internet of Things), z. B. das Einschalten und Deaktivieren von Lichtern und lesetemperaturen. Alternativen wie IoTivity Lite und IoTivity finden Sie auf der website iotivity.org .

Ruft die während der Authentifizierung gesendeten Zwischenzertifikate ab.

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)

Eigenschaftswert

Eine Liste der Zwischenzertifikate.

Attribute

Windows-Anforderungen

App-Funktionen
allJoyn

Gilt für: