Bagikan melalui


AllJoynCredentials.Certificate Properti

Definisi

Penting

Jenis di namespace Windows.Devices.AllJoyn tidak digunakan lagi, dan mungkin tidak tersedia di versi Windows yang akan datang. AllJoyn—yang disponsori oleh AllSeen Alliance—adalah penemuan sumber terbuka dan protokol komunikasi untuk skenario Internet of Things (IoT) seperti menyalakan dan mematikan lampu, serta membaca suhu. Untuk alternatif, seperti IoTivity Lite dan IoTivity, lihat situs web iotivity.org .

Sertifikat kriptografi yang digunakan untuk mekanisme autentikasi Rsa dan EcdheEcdsa.

public:
 property Certificate ^ Certificate { Certificate ^ get(); void set(Certificate ^ value); };
Certificate Certificate();

void Certificate(Certificate value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
Certificate Certificate();

void Certificate(Certificate value);
public Certificate Certificate { get; set; }
public Certificate Certificate { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var certificate = allJoynCredentials.certificate;
allJoynCredentials.certificate = certificate;
Public Property Certificate As Certificate

Nilai Properti

Sertifikat kriptografi.

Atribut

Persyaratan Windows

Kemampuan aplikasi
allJoyn

Berlaku untuk