Leadtools.Multimedia Namespace > RTSPServer Class : GetSecurity Method |
'Usage Dim instance As RTSPServer Dim index As Integer Dim value As Object value = instance.GetSecurity(index)
If not NULL, the object is actually a RTSPSecurity object. Please see RTSPSecurity for more information.
If any security settings are changed on the object, they will be immediately reflected into the existing server. So if the security settings are retrieved for a source folder, add a user and set the object to another source folder using SetSecurity, both the original and new source folder will give access to the new user.
This method can be used to retrieve RTSP Server security settings set using SetSecurity.