AllJoynCredentialsRequestedEventArgs
AllJoynCredentialsRequestedEventArgs
AllJoynCredentialsRequestedEventArgs
AllJoynCredentialsRequestedEventArgs
Class
Definition
Contains information about a request for credentials in order to authenticate to a peer.
public : sealed class AllJoynCredentialsRequestedEventArgs : IAllJoynCredentialsRequestedEventArgspublic sealed class AllJoynCredentialsRequestedEventArgs : IAllJoynCredentialsRequestedEventArgsPublic NotInheritable Class AllJoynCredentialsRequestedEventArgs Implements IAllJoynCredentialsRequestedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Properties
AttemptCount AttemptCount AttemptCount AttemptCount
The number of times the credential request has been tried.
public : ushort AttemptCount { get; }public ushort AttemptCount { get; }Public ReadOnly Property AttemptCount As ushort// You can use this property in JavaScript.
- Value
- ushort ushort ushort ushort
The number of retries.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Credentials Credentials Credentials Credentials
The authentication credentials to be filled in by the app.
public : AllJoynCredentials Credentials { get; }public AllJoynCredentials Credentials { get; }Public ReadOnly Property Credentials As AllJoynCredentials// You can use this property in JavaScript.
Object containing certificate and logon credentials.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
PeerUniqueName PeerUniqueName PeerUniqueName PeerUniqueName
The unique bus name of the remote app that provided the requested credentials.
public : PlatForm::String PeerUniqueName { get; }public string PeerUniqueName { get; }Public ReadOnly Property PeerUniqueName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The unique bus name.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
RequestedUserName RequestedUserName RequestedUserName RequestedUserName
A user name value used by mechanisms that accept a user name/password pair.
public : PlatForm::String RequestedUserName { get; }public string RequestedUserName { get; }Public ReadOnly Property RequestedUserName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The user name.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|
Methods
GetDeferral() GetDeferral() GetDeferral() GetDeferral()
Allows JavaScript Windows Store app to handle the verification of provided of credentials asynchronously.
public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
allJoyn
|