AllJoynAuthenticationCompleteEventArgs AllJoynAuthenticationCompleteEventArgs AllJoynAuthenticationCompleteEventArgs AllJoynAuthenticationCompleteEventArgs Class

Definition

Contains information about a successful or unsuccessful completion of an authentication operation.

public : sealed class AllJoynAuthenticationCompleteEventArgs : IAllJoynAuthenticationCompleteEventArgspublic sealed class AllJoynAuthenticationCompleteEventArgs : IAllJoynAuthenticationCompleteEventArgsPublic NotInheritable Class AllJoynAuthenticationCompleteEventArgs Implements IAllJoynAuthenticationCompleteEventArgs// 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

AuthenticationMechanism AuthenticationMechanism AuthenticationMechanism AuthenticationMechanism

The mechanism used during authentication.

public : AllJoynAuthenticationMechanism AuthenticationMechanism { get; }public AllJoynAuthenticationMechanism AuthenticationMechanism { get; }Public ReadOnly Property AuthenticationMechanism As AllJoynAuthenticationMechanism// You can use this property in JavaScript.
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 Consumer being authenticated. On the initiating side this will be the unique bus name of the remote app being authenticated. On the accepting side this will be the unique bus name for the remote app.

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

Succeeded Succeeded Succeeded Succeeded

Indicates if the remote app was authenticated.

public : PlatForm::Boolean Succeeded { get; }public bool Succeeded { get; }Public ReadOnly Property Succeeded As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the authentication was successful; otherwise, false.

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