BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Networking.Http Namespace Reference

Classes

interface  IBBDCacheController
 Control the secure authentication cache. More...
 
interface  IBBDCookieStorage
 
interface  IBBDHttpClient
 Sends HTTP requests and receives HTTP responses from a resource identified by URL. More...
 

Enumerations

enum  BBDAuthenticationMethod {
  BBDAuthenticationMethod.Basic, BBDAuthenticationMethod.Digest, BBDAuthenticationMethod.NTLM,
  BBDAuthenticationMethod.Negotiate
}
 This enumeration represents authentication methods supported by BlackBerry Dynamics secure communication. More...
 

Enumeration Type Documentation

◆ BBDAuthenticationMethod

This enumeration represents authentication methods supported by BlackBerry Dynamics secure communication.

Enumerator
Basic 

Basic Authentication Method.

Digest 

Digest Authentication Method

NTLM 

NTLM Authentication Method.

Negotiate 

Kerberos Authentication Method.