Leadtools.Multimedia Namespace > RTSPServer Class : SetSecurity Method |
'Declaration Public Sub SetSecurity( _ ByVal index As Integer, _ ByVal value As RTSPSecurity _ )
'Usage Dim instance As RTSPServer Dim index As Integer Dim value As RTSPSecurity instance.SetSecurity(index, value)
public void SetSecurity( int index, RTSPSecurity value )
public: void SetSecurity( int index, RTSPSecurity^ value )
If index is between 0 and SourceCount - 1 (where SourceCount is the number of folders in the list, as indicated by SourceCount), this function sets the security settings for the source with the index equal to index.
If index is set to -1, this method sets the default security settings for the RTSP server. All the current folders are set to these security settings. Also, all future folders added with SetSourceFolder will use the default security settings.
If you never set the security settings for the RTSP server, the default security setting is NULL (no authentication is used).
See RTSPSecurity for more information on RTSP security settings (also called 'authentication').
If the server is running, the updated security settings will be used the next time a RTSP client connects. It will not affect RTSP clients already connected.