LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

GetSecurity Method

Show in webframe



0-based index of the source whose security settings should be retrieved. Pass -1 to retrieve the default security settings for the RTSP server.
Retrieves the security settings for one of the sources.
Syntax
'Declaration
 
Public Function GetSecurity( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As RTSPServer
Dim index As Integer
Dim value As Object
 
value = instance.GetSecurity(index)
public object GetSecurity( 
   int index
)
public:
Object^ GetSecurity( 
   int index
) 

Parameters

index
0-based index of the source whose security settings should be retrieved. Pass -1 to retrieve the default security settings for the RTSP server.

Return Value

An Object that contains the security settings for the specified source.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

RTSPServer Class
RTSPServer Members

 

 


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