BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAuthDelegateInfo Interface Reference

Authentication Delegation Application information. More...

Properties

string Name [get]
 Display name of the auth delegate app. More...
 
string Address [get]
 Native application identifier of the auth delegate app. More...
 
string ApplicationId [get]
 Entitlement identifier of the auth delegate app. More...
 
bool IsAuthenticationDelegated [get]
 Indicate if authentication is delegated to another app. More...
 

Detailed Description

Authentication Delegation Application information.

This class is used to return information about the Auth Delegate Application, if one exists.

Property Documentation

◆ Address

string BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAuthDelegateInfo.Address
get

Native application identifier of the auth delegate app.

This property contains the native application identifier of the auth delegate as in the catalog. This string may be empty but is not null.

◆ ApplicationId

string BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAuthDelegateInfo.ApplicationId
get

Entitlement identifier of the auth delegate app.

This property contains the entitlement identifier registered in the Dynamics catalog. This string may be empty but is not null.

◆ IsAuthenticationDelegated

bool BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAuthDelegateInfo.IsAuthenticationDelegated
get

Indicate if authentication is delegated to another app.

true if the app is delegating authentication to another app.

false if the app is managing authentication.

◆ Name

string BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAuthDelegateInfo.Name
get

Display name of the auth delegate app.

This property contains displayed name of the auth delegate app registered in the Dynamics catalog. This string may be empty but is not null.