AllJoynRequestCredentialsEventArgs.Credentials | credentials property

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

The authentication credentials to be filled in by the app.

Syntax

var credentials = allJoynRequestCredentialsEventArgs.credentials;
public AllJoynCredentials Credentials { get; }
Public ReadOnly Property Credentials As AllJoynCredentials
public:
property AllJoynCredentials^ Credentials { 
   AllJoynCredentials^ get();
}

Property value

Type: AllJoynCredentials

Object containing certificate and logon credentials.

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

AllJoynRequestCredentialsEventArgs