ltmsAuthentication Enumeration Constants

typedef enum ltmsAuthentication 
{ 
   ltmsAuthentication_None, 
   ltmsAuthentication_Basic, 
   ltmsAuthentication_Digest, 
} ltmsAuthentication; 

 

Constant

Description

ltmsAuthentication_None

Do not use authentication when connecting to the server.

ltmsAuthentication_Basic

Use Basic HTTP authentication connecting to the server.

ltmsAuthentication_Digest

Use Digest HTTP authentication when connecting to the server.

See Also

IltmsNetworkProperties::get_Authentication 

IltmsNetworkProperties::put_Authentication

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Streaming C API Help