AllJoynRequestCredentialsEventArgs class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Contains information about a request for credentials in order to authenticate to a peer.
Syntax
var allJoynRequestCredentialsEventArgs = Windows.Devices.AllJoyn.AllJoynRequestCredentialsEventArgs.allJoynRequestCredentialsEventArgs();
public sealed class AllJoynRequestCredentialsEventArgs
Public NotInheritable Class AllJoynRequestCredentialsEventArgs
public ref class AllJoynRequestCredentialsEventArgs sealed
Attributes
[DualApiPartition()]
[MarshalingBehavior(Agile)]
[Version]
Members
The AllJoynRequestCredentialsEventArgs class has these types of members:
- Methods
- Properties
Methods
The AllJoynRequestCredentialsEventArgs class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
Method | Description |
---|---|
GetDeferral | Allows JavaScript Windows Store app to handle the verification of provided of credentials asynchronously. |
Properties
The AllJoynRequestCredentialsEventArgs class has these properties.
Property | Access type | Description |
---|---|---|
Read-only | The number of times the credential request has been tried. | |
Read-only | The authentication credentials to be filled in by the app. | |
Read-only | The unique bus name of the remote app that provided the requested credentials. | |
Read-only | A user name value used by mechanisms that accept a user name/password pair. |
Requirements (device family)
Device family |
Universal |
API contract |
Windows.Foundation.UniversalApiContract, introduced version 1.0 |
Namespace |
Windows.Devices.AllJoyn Windows::Devices::AllJoyn [C++] |
Metadata |
Windows.Foundation.UniversalApiContract.winmd |