AVEVA OMI Software Developer Kit



UpdateSecurityAttributes Method
Syntax
'Declaration
 
Function UpdateSecurityAttributes( _
   ByVal userName As String, _
   ByVal token As Object, _
   ByVal userToken As Object _
) As Boolean
'Usage
 
Dim instance As ISecurityAttributeInternal
Dim userName As String
Dim token As Object
Dim userToken As Object
Dim value As Boolean
 
value = instance.UpdateSecurityAttributes(userName, token, userToken)
bool UpdateSecurityAttributes( 
   string userName,
   object token,
   object userToken
)
bool UpdateSecurityAttributes( 
   String^ userName,
   Object^ token,
   Object^ userToken
) 

Parameters

userName
token
userToken
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also