LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

RTSPAuthenticationType Enumeration

Show in webframe



Defines the possible authentication types specified by the RTSPSecurity.AuthenticationRequired property
Syntax
'Declaration
 
Public Enum RTSPAuthenticationType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RTSPAuthenticationType
public enum RTSPAuthenticationType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class RTSPAuthenticationType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001BasicIn 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.
0x00000002DigestIn 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.RTSPAuthenticationType

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features