RTSPAuthenticationType Enumeration

Summary
Defines the possible authentication types specified by the RTSPSecurity.AuthenticationRequired property.
Syntax
C#
VB
C++
public enum RTSPAuthenticationType   
Public Enum RTSPAuthenticationType  
public enum class RTSPAuthenticationType   
Members
ValueMemberDescription
1Basic In the Basic authentication method, the RTSP client sends the server an encrypted version of the username and password. If these match, the server grants access, otherwise it denies access.
2Digest In the Digest authentication method, the RTSP client generates an encrypted string from the username and password and sends it to the server. The server generates the same string from the username and password that it has and grants access if the string sent by the client matches the string generated by the server. This is a more secure method, since the username and password are never sent to the server.
Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

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

Leadtools.Multimedia Assembly

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