Share via


AllJoynVerifyCredentialsEventArgs 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.]

Used to allow the application to indicate whether the credentials provided by a peer are valid.

Syntax

var allJoynVerifyCredentialsEventArgs = Windows.Devices.AllJoyn.AllJoynVerifyCredentialsEventArgs.allJoynVertifyCredentialsEventArgs();
public sealed class AllJoynVerifyCredentialsEventArgs
Public NotInheritable Class AllJoynVerifyCredentialsEventArgs
public ref class AllJoynVerifyCredentialsEventArgs sealed 

Attributes

[DualApiPartition()]

[MarshalingBehavior(Agile)]

[Version]

Members

The AllJoynVerifyCredentialsEventArgs class has these types of members:

  • Methods
  • Properties

Methods

The AllJoynVerifyCredentialsEventArgs class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

Method Description
Accept Calling this method indicates that the credentials provided for authentication are valid.
GetDeferral Conducts verification of provided of credentials asynchronously.

 

Properties

The AllJoynVerifyCredentialsEventArgs class has these properties.

Property Access type Description

AuthenticationMechanism

Read-only The mechanism used to authenticate credentials.

PeerCertificate

Read-only The cryptography certificate provided for authentication.

PeerCertificateErrors

Read-only A list of errors that occurred during authentication of the provided cryptography certificate.

PeerCertificateErrorSeverity

Read-only The category of an errors encountered authenticating the cryptography certificate.

PeerIntermediateCertificates

Read-only Retrieves the intermediate certificates sent during authentication.

PeerUniqueName

Read-only The unique bus name of the remote app being authenticated.

 

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

See also

Object