In This Topic ▼

ltmsAuthentication Enumeration Constants

Summary

Defines the possible authentication methods that can be used when connecting to the server.

Syntax

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

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

LEADTOOLS Media Streaming C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.