AllJoynCredentials.Certificate Property

Definition

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

The cryptography certificate used for the Rsa and EcdheEcdsa authentication mechanisms.

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

Property Value

The cryptography certificate.

Attributes

Windows requirements

App capabilities
allJoyn

Applies to