AllJoynCredentials.Certificate Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Les types de l’espace de noms Windows.Devices.AllJoyn sont déconseillés et peuvent ne pas être disponibles dans les versions ultérieures de Windows. AllJoyn, parrainé par AllSeen Alliance, était un protocole de découverte et de communication open source pour les scénarios IoT (Internet of Things), tels que l’activation et l’arrêt des lumières et la lecture des températures. Pour des alternatives, telles qu’IoTivity Lite et IoTivity, reportez-vous au iotivity.org site web.
Certificat de chiffrement utilisé pour les mécanismes d’authentification Rsa et 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
Valeur de propriété
Certificat de chiffrement.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
allJoyn
|