AllJoynBusAttachment.AuthenticationMechanisms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
A list of AllJoynAuthenticationMechanism objects representing the acceptable authentication mechanisms. Default values include Rsa and None.
public:
property IVector<AllJoynAuthenticationMechanism> ^ AuthenticationMechanisms { IVector<AllJoynAuthenticationMechanism> ^ get(); };
IVector<AllJoynAuthenticationMechanism> AuthenticationMechanisms();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IVector<AllJoynAuthenticationMechanism> AuthenticationMechanisms();
public IList<AllJoynAuthenticationMechanism> AuthenticationMechanisms { get; }
public IList<AllJoynAuthenticationMechanism> AuthenticationMechanisms { [Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iVector = allJoynBusAttachment.authenticationMechanisms;
Public ReadOnly Property AuthenticationMechanisms As IList(Of AllJoynAuthenticationMechanism)
Property Value
The supported authentication mechanisms.
- Attributes
Windows requirements
App capabilities |
allJoyn
|
Remarks
These values are used to negotiate on a per API interface basis. Any API interface marked as secure will ignore the "None" value.